Remove www_domain for msrg.cc (problem with WKD)
This commit is contained in:
parent
2a3fe723ab
commit
0c6ef34cf6
2 changed files with 1 additions and 2 deletions
_ansible/templates
|
@ -34,6 +34,6 @@
|
|||
|
||||
{{ caddy_site(svc) }}
|
||||
|
||||
{%- for extra_svc in svc.extra_svcs %}
|
||||
{%- for extra_svc in svc.extra_svcs|default([]) %}
|
||||
{{ caddy_site(extra_svc) }}
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue