bunkerweb 1.4.0
This commit is contained in:
5
core/misc/confs/default-server-http/disable.conf
Normal file
5
core/misc/confs/default-server-http/disable.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if DISABLE_DEFAULT_SERVER == "yes" +%}
|
||||
location / {
|
||||
return 444;
|
||||
}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user