moved proxyserver containers to dockerserver1

This commit is contained in:
2024-03-01 19:40:51 -06:00
parent aa720b9bfa
commit 087d6d3359
24 changed files with 1475 additions and 4 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;