Remove www_domain for msrg.cc (problem with WKD)

This commit is contained in:
Tobias Reisinger 2023-12-10 23:51:56 +01:00
parent 2a3fe723ab
commit 0c6ef34cf6
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ svc:
faas_function: url-mapper faas_function: url-mapper
- domain: msrg.cc - domain: msrg.cc
faas_function: webpage-msrg-cc faas_function: webpage-msrg-cc
www_domain: true
caddy_extra: | caddy_extra: |
header /.well-known/* Access-Control-Allow-Origin * header /.well-known/* Access-Control-Allow-Origin *

View file

@ -34,6 +34,6 @@
{{ caddy_site(svc) }} {{ caddy_site(svc) }}
{%- for extra_svc in svc.extra_svcs %} {%- for extra_svc in svc.extra_svcs|default([]) %}
{{ caddy_site(extra_svc) }} {{ caddy_site(extra_svc) }}
{% endfor %} {% endfor %}