Update redirects
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-11 15:38:57 +01:00
parent 9ddc51b4d3
commit 2f7b41587b
2 changed files with 240 additions and 221 deletions

View File

@ -4,7 +4,11 @@
{% for rule in redirect.hosts %}
http://{{ rule.from }} {
{% if rule.keepUri %}
redir https://{{ rule.to }}{uri} permanent
{% else %}
redir https://{{ rule.to }} permanent
{% endif %}
}
{% endfor %}