misc - add missing page.conf

This commit is contained in:
florian 2023-02-17 10:02:34 +01:00
parent 1b113236a0
commit 1d9459202d
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{% if DISABLE_DEFAULT_SERVER == "no" +%}
root /usr/share/bunkerweb/core/misc/files;
location / {
try_files /default.html =404;
}
{% endif %}