📗
Janus Manual
  • Introduction
  • Installation
    • Docker
  • Quick Start
    • Authenticating
    • Add an endpoint
    • Modify (Update/Delete) an endpoint
    • Add Plugins
    • Authentication
    • Adding your API - File System
  • Clustering/HA
  • Proxy Reference
    • Terminology
    • Overview
    • Routing capabilities
    • Load Balacing
    • Request Host header
      • Using wildcard hostnames
      • The preserve_host property
    • Request URI
      • The strip_path property
      • The append_path property
    • Request HTTP method
    • Routing priorities
    • Conclusion
  • Plugins
    • Basic
    • Organization
    • Body Limit
    • Circuit Breaker
    • Compression
    • CORS
    • OAuth
    • Rate Limit
    • Request Transformer
    • Response Transformer
    • Retry
  • Auth
    • OAuth 2.0
  • Misc
    • Health Checks
    • Monitoring
    • Tracing
  • Known Issues
    • Stale HTTP Keep-Alive
  • Upgrade Notes
    • 2.x to 3.x
    • 3.6.x to 3.7.x
Powered by GitBook
On this page

Was this helpful?

Proxy Reference

PreviousClustering/HANextTerminology

Last updated 4 years ago

Was this helpful?

Janus listens for traffic on four ports, which by default are:

:8080 on which Janus listens for incoming HTTP traffic from your clients, and forwards it to your upstream services.

: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.

:8081 on which the used to configure Janus listens.

:8444 on which the listens for HTTPS traffic.

Admin API
Admin API