Browse Source

Clarify purpose of ROOT_URL (#3759)

for-closed-social
Adrian Sieber 6 years ago
committed by Lauris BH
parent
commit
ed4935e696
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      docs/content/doc/advanced/config-cheat-sheet.en-us.md

+ 3
- 1
docs/content/doc/advanced/config-cheat-sheet.en-us.md View File

@ -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.

Loading…
Cancel
Save