bw - load default loading page even on 404

This commit is contained in:
fl0ppy-d1sk 2024-02-21 13:59:52 +01:00
parent 13abf8562e
commit b899cf651a
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -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