hier hat sich nichts verändert

This commit is contained in:
root
2025-06-25 13:09:25 +02:00
parent 5a0fceb537
commit 2c6fe7c7fc
55 changed files with 794 additions and 0 deletions

4
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;