Add snippets and config

This commit is contained in:
root
2018-06-28 15:57:14 +02:00
parent 62861295b0
commit 6d76f57a54
6 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# -*-nginx-*-
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X_FORWARDED_SSL on;
proxy_set_header HTTP_X_FORWARDED_SSL on;
proxy_set_header X-Forwarded-For $remote_addr;