support connection drop

Inspired by #2942 (original NPM)
This commit is contained in:
Zoey
2023-05-30 18:29:13 +02:00
parent 677b30d25e
commit cabf78faa8
3 changed files with 9 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ server {
}
{%- endif %}
{%- if value == "444" %}
return 444;
{%- endif %}
{%- if value == "redirect" %}
location / {
include conf.d/include/acme-challenge.conf;