Initial commit

This commit is contained in:
kamaji
2026-01-26 04:51:05 -06:00
commit 18c933a1fc
18 changed files with 1079 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;