github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/docs/proxy/README.md (about)

     1  # Proxy Reference
     2  
     3  Janus listens for traffic on four ports, which by default are:
     4  
     5  `:8080` on which Janus listens for incoming HTTP traffic from your clients, and forwards it to your upstream services.
     6  
     7  `:8443` on which Janus listens for incoming HTTPS traffic. This port has a similar behavior as the `:8080` port, except that it expects HTTPS traffic only. This port can be disabled via the configuration file.
     8  
     9  `:8081` on which the [Admin API](admin_api.md) used to configure Janus listens.
    10  
    11  `:8444` on which the [Admin API](admin_api.md) listens for HTTPS traffic.