We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5db11a commit a36ad6bCopy full SHA for a36ad6b
docker/root/etc/templates/app.ini
@@ -53,6 +53,8 @@ ROOT_PATH = /data/gitea/log
53
[security]
54
INSTALL_LOCK = $INSTALL_LOCK
55
SECRET_KEY = $SECRET_KEY
56
+REVERSE_PROXY_LIMIT = 1
57
+REVERSE_PROXY_TRUSTED_PROXIES = *
58
59
[service]
60
DISABLE_REGISTRATION = $DISABLE_REGISTRATION
docker/rootless/etc/templates/app.ini
@@ -49,6 +49,8 @@ ROOT_PATH = $GITEA_WORK_DIR/data/log
49
50
51
52
0 commit comments