note HTTP_ADDR

This commit is contained in:
AJ ONeal 2018-08-20 14:58:54 +00:00
parent 3ee76dbb7e
commit 7b0570934a
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ which database to use, certain gitea paths, an admin user, etc.
https://github.com/go-gitea/gitea/tree/master/custom/conf/app.ini.sample
```
Once a reverse proxy is set up you can change the `HTTP_ADDR` from the default (world accessible) to localhost-only.
```
HTTP_ADDR = localhost
```
## Customize Gitea Theme
All overrides to the existing theme can be placed in the `custom/public` and `custom/templates` folders.