diff --git a/site/content/domains-and-routing/internal-domains.md b/site/content/domains-and-routing/internal-domains.md index 8d4e05f..11367aa 100644 --- a/site/content/domains-and-routing/internal-domains.md +++ b/site/content/domains-and-routing/internal-domains.md @@ -40,7 +40,7 @@ cf push \ -p proxy \ # path to the source directory --var route=. \ # The route for nginx. Use the external domain and hostname removed from the training-app above --var proxied_route=.apps.internal \ # The internal route for the training-app - --var proxied_port=8080" # The internal port (default) for the training-app + --var proxied_port=8080 # The internal port (default) for the training-app ``` If you were to try and access the proxy app now, you would receive a 502 bad gateway error. The proxy is configured, but traffic from the proxy to the training-app needs to be explicitly allowed in Cloud Foundry through a network policy.