gix jinja

This commit is contained in:
Torma Kristóf 2022-05-22 23:10:42 +02:00
parent ef3cf7ba63
commit b7d81dc75e
2 changed files with 3 additions and 4 deletions

View File

@ -80,7 +80,7 @@ http {
}
}
{%- endfor %}
{% endfor %}
{%- for staticsite in static %}
server {
@ -95,7 +95,7 @@ http {
}
}
{%- endfor %}
{% endfor %}
{%- for redirectsite in redirect %}
server {
@ -107,7 +107,7 @@ http {
return 301 {{ redirectsite.destination }};
}
{%- endfor %}
{% endfor %}
server {
listen 443 ssl http2;

View File

@ -13,7 +13,6 @@ proxy:
- {domain: certauth.fs.tormakristof.eu, ip: adfs.intra.tormakris.dev}
- {domain: certauth.fs.tormakris.dev, ip: adfs.intra.tormakris.dev}
static:
[]