bunkerweb/core/misc/confs/default-server-http/disable.conf

6 lines
No EOL
124 B
Text

{% if DISABLE_DEFAULT_SERVER == "yes" +%}
location / {
set $reason "default";
return {{ DENY_HTTP_STATUS }};
}
{% endif %}