diff options
| author | Kasra Bigdeli <[email protected]> | 2020-12-07 21:15:09 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-07 21:15:09 -0500 |
| commit | 71d95e60ed5b3dd391b6f346218a6d892463fe1a (patch) | |
| tree | b133ba8b40b3353338d594057f03685fc1c34b9c | |
| parent | 6a3f167a4f152a262ff1cdb01a47769eac355030 (diff) | |
| download | caprover-one-click-apps-71d95e60ed5b3dd391b6f346218a6d892463fe1a.tar.gz caprover-one-click-apps-71d95e60ed5b3dd391b6f346218a6d892463fe1a.zip | |
Update nginx-reverse-proxy.yml
| -rw-r--r-- | public/v4/apps/nginx-reverse-proxy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/nginx-reverse-proxy.yml b/public/v4/apps/nginx-reverse-proxy.yml index cdaf1df..2ce05b6 100644 --- a/public/v4/apps/nginx-reverse-proxy.yml +++ b/public/v4/apps/nginx-reverse-proxy.yml @@ -11,7 +11,7 @@ caproverOneClickApp: - id: $$cap_upstream_http_address label: Upstream address description: >- - For example use https://caprover.com to forward all request to CapRover. + For example use https://caprover.com to forward all request to CapRover. Do not include a trailing slash. 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*$/ |
