Skip to main content

NGINX

You’ll put a reverse proxy in front of apps in the same environment.

Choose this when

  • Several apps in one environment need a shared front door
  • You want an internal endpoint (and optionally a public URL) without writing manifests

What you get

  • An internal endpoint other apps can reach inside the cluster
  • Optional public URL / domain and TLS
  • Optional external port exposure

Options

OptionPurpose
EnvironmentWhere the proxy runs
AccessInternal only, or a public URL / domain
Hostnames / TLSPublic HTTPS
Routing / server behaviorHow traffic is forwarded

After deploy

Open the app details and copy the internal endpoint into your other apps’ configuration or shared variables. Full deploy steps: How to use ready-made apps.