Skip to content

Commit a9a5f6c

Browse files
authored
v3.3.9 (#88)
Minor updates * Moving TP header to main location block
1 parent 3fa13d2 commit a9a5f6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.8
1+
3.3.9

overlay/etc/bf/templates/nginx-site.conf.esh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ server {
7575
listen 443 ssl http2;
7676
listen [::]:443 ssl http2;
7777

78-
# because he was a legend
79-
include helpers/nginx-discworld.conf;
80-
8178
<% if [ "${PROXY_SSL_REDIRECT_TO_CANONICAL}" = "1" ] ; then -%>
8279
# redirect to primary domain name
8380
if ($host != <%= "${DOMAIN_NAME}" %>) {
@@ -92,6 +89,9 @@ server {
9289
include helpers/proxy-secure-headers.conf;
9390
error_page 502 503 504 /maintenance.html;
9491
include <%= "${CUSTOM_CONF}/*.conf" %>;
92+
93+
# because he was a legend
94+
include helpers/nginx-discworld.conf;
9595
}
9696

9797
# returns a friendly auto-refreshing 'maintenance' page if upstream servers are not available

0 commit comments

Comments
 (0)