Move to coreos-config directory

This commit is contained in:
2022-07-14 00:21:40 +02:00
parent bb9c2d5eef
commit ec43fe2fd3
48 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
auto_https off
}
{% for rule in redirect.hosts %}
http://{{ rule.from }} {
redir https://{{ rule.to }}{uri} permanent
}
{% endfor %}