diff options
Diffstat (limited to 'infrastructure')
| -rw-r--r-- | infrastructure/roles/web/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/roles/web/tasks/main.yaml b/infrastructure/roles/web/tasks/main.yaml index d072004..d73bc19 100644 --- a/infrastructure/roles/web/tasks/main.yaml +++ b/infrastructure/roles/web/tasks/main.yaml @@ -40,7 +40,7 @@ MDCertificateAgreement accepted {% endif %} - <VirtualHost *:443> + <VirtualHost {{ public_hostname_punycode }}:443> ServerName {{ public_hostname_punycode }} SSLEngine on |
