mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
6 lines
No EOL
124 B
Text
6 lines
No EOL
124 B
Text
{% if DISABLE_DEFAULT_SERVER == "yes" +%}
|
|
location / {
|
|
set $reason "default";
|
|
return {{ DENY_HTTP_STATUS }};
|
|
}
|
|
{% endif %} |