12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
|
{# code: language=ansible-jinja #}
|
||
|
# THIS FILE IS MANAGED BY ANSIBLE
|
||
|
|
||
|
set_real_ip_from {{ proxy_host }};
|
||
|
real_ip_header X-Forwarded-For;
|
||
|
real_ip_recursive on;
|
||
|
|
||
|
map $http_upgrade $connection_upgrade {
|
||
|
default upgrade;
|
||
|
'' close;
|
||
|
}
|