mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
misc - add missing page.conf
This commit is contained in:
parent
1b113236a0
commit
1d9459202d
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
{% if DISABLE_DEFAULT_SERVER == "no" +%}
|
||||
root /usr/share/bunkerweb/core/misc/files;
|
||||
location / {
|
||||
try_files /default.html =404;
|
||||
}
|
||||
{% endif %}
|
||||
Loading…
Reference in a new issue