Merge branch 'NginxProxyManager:develop' into develop

This commit is contained in:
SBado
2023-09-01 23:48:53 +02:00
committed by GitHub
16 changed files with 94 additions and 56 deletions

View File

@@ -24,6 +24,12 @@ server {
}
{% endif %}
{%- if value == "444" %}
location / {
return 444;
}
{% endif %}
{%- if value == "redirect" %}
location / {
return 301 {{ meta.redirect }};