summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/v1/apps/nginx-reverse-proxy.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v1/apps/nginx-reverse-proxy.json b/public/v1/apps/nginx-reverse-proxy.json
index 19654e1..1d79ec6 100644
--- a/public/v1/apps/nginx-reverse-proxy.json
+++ b/public/v1/apps/nginx-reverse-proxy.json
@@ -20,7 +20,7 @@
"variables": [{
"id": "$$UPSTREAM_HTTP_ADDRESS",
"label": "Upstream address",
- "description": "For example use https://caprover.com to forward all request to CapRover. If you're forwarding http requests to a CapRover internal app use http://srv-captain--yourappnamehere",
+ "description": "For example use https://caprover.com to forward all request to CapRover.\n If you're forwarding http requests to a CapRover internal app use http://srv-captain--yourappnamehere or if you want a particular port, use http://srv-captain--yourappnamehere:8080",
"defaultValue": "",
"validRegex": "/^(http:\\/\\/|https:\\/\\/)\\S*$/"
}]