summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAdrian Sieber <36796532+ad-si@users.noreply.github.com>2018-04-04 21:08:55 +0000
committerLauris BH <lauris@nix.lv>2018-04-05 00:08:55 +0300
commited4935e6962fbbe2628904233c58f47987db49e1 (patch)
tree8157cf8bdf737cc3589fbd68c4797b018a3d370c /docs
parent5512ed3699a8bae6da5068f41a4ded661e239e28 (diff)
downloadgitea-ed4935e6962fbbe2628904233c58f47987db49e1.tar.gz
gitea-ed4935e6962fbbe2628904233c58f47987db49e1.zip
Clarify purpose of ROOT_URL (#3759)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/advanced/config-cheat-sheet.en-us.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
index 0ec48bd28c..237016e2d8 100644
--- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md
+++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -84,7 +84,9 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
- `PROTOCOL`: **http**: \[http, https, fcgi, unix\]
- `DOMAIN`: **localhost**: Domain name of this server.
-- `ROOT_URL`: **%(PROTOCOL)s://%(DOMAIN)s:%(HTTP\_PORT)s/**: Full public URL of Gitea server.
+- `ROOT_URL`: **%(PROTOCOL)s://%(DOMAIN)s:%(HTTP\_PORT)s/**:
+ Overwrite the automatically generated public URL.
+ This is useful if the internal and the external URL don't match (e.g. in Docker).
- `HTTP_ADDR`: **0.0.0.0**: HTTP listen address.
- If `PROTOCOL` is set to `fcgi`, Gitea will listen for FastCGI requests on TCP socket
defined by `HTTP_ADDR` and `HTTP_PORT` configuration settings.