Преглед изворни кода

check for realip module

tags/v0.55.0
Kent Shultz пре 10 година
родитељ
комит
def291d210
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      nginx/templates/config.jinja

+ 1
- 1
nginx/templates/config.jinja Прегледај датотеку

@@ -13,7 +13,7 @@ events {
}

http {
{% if 'set_real_ips' in nginx -%}
{% if 'set_real_ips' in nginx and salt['cmdmod.retcode']('nginx -V 2>&1 | grep http_realip_module') == 0 -%}
{% for ip in nginx.get('set_real_ips', {}).get('ips', []) -%}
set_real_ip_from {{ ip }};
{% endfor -%}

Loading…
Откажи
Сачувај