We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af16b44 commit 272b67aCopy full SHA for 272b67a
templates/nginx.conf.j2
@@ -21,7 +21,7 @@ events {
21
}
22
23
http {
24
-{% if nginx_install_method == "source"}
+{% if nginx_install_method == "source" %}
25
{% if nginx_source_modules_included.naxsi_module is defined %}
26
include {{nginx_dir}}/naxsi_core.rules;
27
{% endif %}
0 commit comments