gix jinja
This commit is contained in:
parent
ef3cf7ba63
commit
b7d81dc75e
@ -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;
|
||||
|
@ -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:
|
||||
[]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user