File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 3.3.8
1+ 3.3.9
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments