initial files

This commit is contained in:
2025-10-11 14:20:03 +02:00
parent 5f296bfebd
commit 34f2cb29de
55 changed files with 2841 additions and 0 deletions

4
nginx/proxy_params Normal file
View File

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