diff options
Diffstat (limited to 'roles/web/templates/sites/liwt.radicale.conf.j2')
-rw-r--r-- | roles/web/templates/sites/liwt.radicale.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/web/templates/sites/liwt.radicale.conf.j2 b/roles/web/templates/sites/liwt.radicale.conf.j2 index 728717f..30ad727 100644 --- a/roles/web/templates/sites/liwt.radicale.conf.j2 +++ b/roles/web/templates/sites/liwt.radicale.conf.j2 @@ -7,7 +7,7 @@ # 2017-04-27 # -{% if domains_hascert[domain] %} +{% if radicale is defined and domains_hascert[domain] %} server { listen 443 ssl http2; listen [::]:443 ssl http2; |