You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
170 B
4 lines
170 B
5 years ago
|
{% for module in nginx_modules %}
|
||
|
load_module "/usr/lib64/nginx/modules/{{ (module is search('\.so$')) | ternary(module,'ngx_' + module + '_module.so') }}";
|
||
|
{% endfor %}
|