Skip to content

Commit 272b67a

Browse files
author
pjan vandaele
committed
typo
1 parent af16b44 commit 272b67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/nginx.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ events {
2121
}
2222

2323
http {
24-
{% if nginx_install_method == "source"}
24+
{% if nginx_install_method == "source" %}
2525
{% if nginx_source_modules_included.naxsi_module is defined %}
2626
include {{nginx_dir}}/naxsi_core.rules;
2727
{% endif %}

0 commit comments

Comments
 (0)