From 2d066b60e9eb52ed29e66d6259dc59cf9ff6c700 Mon Sep 17 00:00:00 2001 From: Santiago Vasquez Date: Thu, 26 Sep 2024 12:26:57 -0400 Subject: [PATCH] Fix typo in internal-domains.md --- site/content/domains-and-routing/internal-domains.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.