unset Proxy header in proxy config
This commit is contained in:
parent
3404c4c651
commit
64c7b2c03c
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue