update to latest state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-19 13:42:53 +01:00
parent 21a7c54b96
commit 3c883cdded
6 changed files with 29 additions and 14 deletions

View File

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

View File

@ -13,7 +13,6 @@ proxy:
- {domain: grafana.tormakristof.eu, ip: monitoring.intra.tormakris.dev, bigrequests: false}
- {domain: yt.tormakristof.eu, ip: ytmirror.intra.tormakris.dev, bigrequests: true}
- {domain: mastodon.tormakristof.eu, ip: mastodon.intra.tormakris.dev, bigrequests: true}
- {domain: jitsi.tormakristof.eu, ip: jitsi.intra.tormakris.dev, bigrequests: false}
- {domain: speedtest.tormakristof.eu, ip: librespeed.intra.tormakris.dev, bigrequests: true}