diff options
| author | Kasra Bigdeli <[email protected]> | 2019-04-12 07:16:42 -0700 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-04-12 07:16:42 -0700 |
| commit | 278787874740d217d95a0b2d7a28ccc88c6688bd (patch) | |
| tree | f7d6871604cc3377dbbd105bbad29ebe6e133c4a | |
| parent | a62a8e7cdd40fa449ea5f47d137aff8823965b76 (diff) | |
| download | caprover-one-click-apps-278787874740d217d95a0b2d7a28ccc88c6688bd.tar.gz caprover-one-click-apps-278787874740d217d95a0b2d7a28ccc88c6688bd.zip | |
Added more description
| -rw-r--r-- | public/v1/apps/nginx-reverse-proxy.json | 2 |
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*$/" }] |
