Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1
7.0.2
2 changes: 2 additions & 0 deletions overlay/etc/bf/templates/nginx-site.conf.esh
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ server {
include helpers/proxy-params.conf;
include helpers/proxy-secure-headers.conf;

<% if [ "${PROXY_ENABLE_NAXSI-}" = "1" ] ; then -%>
# enable NAXSI web application firewall with custom rules
include helpers/naxsi.conf;
include <%= "${CUSTOM_CONF}/*.rules" %>;
<% fi -%>

# use maintenance page (defined in helpers/proxy-maintenance.conf - see below) when there's an upstream error
error_page 502 503 504 /maintenance.html;
Expand Down