update to latest state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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;
|
||||
|
@ -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}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user