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 | 36d028e268bf80e788880e71861252b0b3ee3dd3 (patch) | |
| tree | 82170dcf7b2d73ff6f9f2d8539d60db8dc23c648 | |
| parent | 3bae1ce980dffe13fe856d8fa8a4a9bb1d301ac1 (diff) | |
| download | crupest-36d028e268bf80e788880e71861252b0b3ee3dd3.tar.gz crupest-36d028e268bf80e788880e71861252b0b3ee3dd3.tar.bz2 crupest-36d028e268bf80e788880e71861252b0b3ee3dd3.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}  | 
