initial commit

This commit is contained in:
ray
2026-07-12 10:15:51 -04:00
commit 29aad9079e
46 changed files with 1369 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
proxy_set_header Host $host$is_request_port$request_port;
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;