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 22df7aa commit 5f795bcCopy full SHA for 5f795bc
VERSION
@@ -1 +1 @@
1
-7.0.1
+7.0.2
overlay/etc/bf/templates/nginx-site.conf.esh
@@ -96,9 +96,11 @@ server {
96
include helpers/proxy-params.conf;
97
include helpers/proxy-secure-headers.conf;
98
99
+ <% if [ "${PROXY_ENABLE_NAXSI-}" = "1" ] ; then -%>
100
# enable NAXSI web application firewall with custom rules
101
include helpers/naxsi.conf;
102
include <%= "${CUSTOM_CONF}/*.rules" %>;
103
+ <% fi -%>
104
105
# use maintenance page (defined in helpers/proxy-maintenance.conf - see below) when there's an upstream error
106
error_page 502 503 504 /maintenance.html;
0 commit comments