Merge branch 'develop-o' into develop

This commit is contained in:
Zoey
2023-08-02 10:40:13 +02:00
6 changed files with 33 additions and 4 deletions

View File

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