2022-06-03 17:24:14 +02:00

5 lines
81 B
Plaintext

{% if DISABLE_DEFAULT_SERVER == "yes" +%}
location / {
return 444;
}
{% endif %}