initial commit

This commit is contained in:
2024-10-28 15:03:22 +01:00
commit 2fab0000f7
52 changed files with 1810 additions and 0 deletions

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;