First commit
This commit is contained in:
9
roles/nginx/templates/proxy_params.j2
Normal file
9
roles/nginx/templates/proxy_params.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
##########
|
||||
# THIS FILE IS HANDLED BY ANSIBLE
|
||||
# ANY MODIFICATION IS LIKELY TO BE ERASED
|
||||
##########
|
||||
proxy_set_header Host $host;
|
||||
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;
|
||||
proxy_hide_header Strict-Transport-Security;
|
Reference in New Issue
Block a user