initial commit

This commit is contained in:
2025-11-22 11:26:58 +01:00
parent ec9dcadf58
commit 1af3b4aba3

5
gitea-proxy-headers Normal file
View File

@@ -0,0 +1,5 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;