initial commit

This commit is contained in:
2025-11-22 11:38:09 +01:00
parent db4912278a
commit e86bd9c88f

5
gitea-proxy-headers.conf 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;