diff options
| author | alex <alex@pdp7.net> | 2026-02-01 11:28:04 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-02-01 11:28:04 +0100 |
| commit | 1194fa0201f09f5330a0f7698660e4e4cfba160b (patch) | |
| tree | 13882aab85e992e2fdb41ac3f2bb3b65621b7b69 /infrastructure/roles/web | |
| parent | f717d7e66d508bfba85b3c34480979e919a70dea (diff) | |
Tighten virtualhost
Diffstat (limited to 'infrastructure/roles/web')
| -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 |
