renamed reverseproxy folder to reverse-proxy

This commit is contained in:
2025-03-24 14:27:10 -05:00
parent a16eaaf2d2
commit 3a7834021d
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
## Headers
proxy_set_header Host $host;
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-Uri $request_uri;
proxy_set_header X-Forwarded-Ssl on;
proxy_set_header X-Forwarded-For $remote_addr;