mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
bw - load default loading page even on 404
This commit is contained in:
parent
13abf8562e
commit
b899cf651a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ server {
|
|||
|
||||
{% if IS_LOADING == "yes" +%}
|
||||
root /usr/share/bunkerweb/loading;
|
||||
index index.html;
|
||||
try_files /index.html =404;
|
||||
{% endif %}
|
||||
|
||||
# include core and plugins default-server configurations
|
||||
|
|
|
|||
Loading…
Reference in a new issue