merging changes

This commit is contained in:
Nick Craig
2022-03-10 16:14:07 -05:00
parent 30c9a1fbbd
commit 6368c39ef7
7 changed files with 13 additions and 13 deletions

View File

@@ -3,5 +3,5 @@ proxy_set_header X-Forwarded-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass $forward_scheme://$server:$port$request_uri;