mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 01:18:26 +00:00
configs - enable default server if TEMP_NGINX is set
This commit is contained in:
parent
b3fdd109a8
commit
37690a7a4c
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ include /etc/nginx/init-lua.conf;
|
|||
include /etc/nginx/healthcheck.conf;
|
||||
|
||||
# default server
|
||||
{% if MULTISITE == "yes" or DISABLE_DEFAULT_SERVER == "yes" +%}
|
||||
{% if MULTISITE == "yes" or DISABLE_DEFAULT_SERVER == "yes" or TEMP_NGINX == "yes" +%}
|
||||
include /etc/nginx/default-server-http.conf;
|
||||
{% endif +%}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue