Fix typo related to non-HTTP configuration
Fix typo that prevents non-HTTP configuration to be working when MULTISITE is used
This commit is contained in:
parent
0772a9ba8e
commit
72e4384596
@ -1,5 +1,5 @@
|
|||||||
server {
|
server {
|
||||||
{% if LISTEN_HTTP == "yes" %}listen 0.0.0.0:{{ HTTP_PORT }} default_server{% endif +%};
|
{% if LISTEN_HTTP == "yes" %}listen 0.0.0.0:{{ HTTP_PORT }} default_server;{% endif +%}
|
||||||
server_name _;
|
server_name _;
|
||||||
{% if has_value("AUTO_LETS_ENCRYPT", "yes") %}include /etc/nginx/multisite-default-server-https.conf;{% endif +%}
|
{% if has_value("AUTO_LETS_ENCRYPT", "yes") %}include /etc/nginx/multisite-default-server-https.conf;{% endif +%}
|
||||||
include /etc/nginx/multisite-default-server-lets-encrypt-webroot.conf;
|
include /etc/nginx/multisite-default-server-lets-encrypt-webroot.conf;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user