5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
{% if DISABLE_DEFAULT_SERVER == "yes" +%}
|
|
location / {
|
|
return 444;
|
|
}
|
|
{% endif %} |