diff options
author | crupest <crupest@outlook.com> | 2024-11-03 19:32:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-11-03 19:32:56 +0800 |
commit | c50ea3f9348115fe150857664f89382e954a6e14 (patch) | |
tree | 82170dcf7b2d73ff6f9f2d8539d60db8dc23c648 | |
parent | 87170e873e168690c5f87c271d201a5e1c7833c9 (diff) | |
download | crupest-c50ea3f9348115fe150857664f89382e954a6e14.tar.gz crupest-c50ea3f9348115fe150857664f89382e954a6e14.tar.bz2 crupest-c50ea3f9348115fe150857664f89382e954a6e14.zip |
fix(forgejo): fix proxy header config.
-rw-r--r-- | template/forgejo.app.ini.template | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/forgejo.app.ini.template b/template/forgejo.app.ini.template index 3de4876..c77dd75 100644 --- a/template/forgejo.app.ini.template +++ b/template/forgejo.app.ini.template @@ -6,7 +6,6 @@ WORK_PATH = /data/gitea HTTP_ADDR = 0.0.0.0 HTTP_PORT = 3000 ROOT_URL = https://git.${CRUPEST_DOMAIN} -USE_PROXY_PROTOCOL = true DISABLE_SSH = true LFS_START_SERVER = true LFS_JWT_SECRET = ${CRUPEST_FORGEJO_LFS_JWT_SECRET} |