aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-02-01 11:28:04 +0100
committeralex <alex@pdp7.net>2026-02-01 11:28:04 +0100
commit1194fa0201f09f5330a0f7698660e4e4cfba160b (patch)
tree13882aab85e992e2fdb41ac3f2bb3b65621b7b69
parentf717d7e66d508bfba85b3c34480979e919a70dea (diff)
Tighten virtualhost
-rw-r--r--infrastructure/roles/web/tasks/main.yaml2
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