Proxima Gateway
Proxy

Port Configuration

Expose backends on one or many ports

Every listening port is defined in the Ports section of the dashboard config. Each port has its own backend URL and can override global rules (URL replacements, blocked countries, allowed domains).

Fields

  • Port — the TCP port the gateway listens on
  • Backend URL — upstream to proxy to (e.g. http://127.0.0.1:8080)
  • URL Replacements — per-port overrides, layered on top of global rules
  • Blocked Countries — deny-list override for this port
  • Allowed Domains — if set, only hostnames on this list are served

Timeouts

The gateway uses extended read/write timeouts tuned for long-running streams. Small API backends can keep the defaults.

On this page