unset Proxy header in proxy config

This commit is contained in:
Marco Fretz 2016-07-22 09:55:03 +02:00
parent 3404c4c651
commit 64c7b2c03c

View file

@ -92,6 +92,7 @@ class nginx::config(
'Host $host',
'X-Real-IP $remote_addr',
'X-Forwarded-For $proxy_add_x_forwarded_for',
'Proxy ""',
],
$proxy_hide_header = [],
$sendfile = 'on',