nginx: be more specific with the server name (#636)

This commit is contained in:
missytake
2025-10-19 14:02:41 +02:00
committed by GitHub
parent 2b90f7db37
commit 7db26f33d9
2 changed files with 4 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ http {
index index.html index.htm;
server_name _;
server_name {{ config.domain_name }} www.{{ config.domain_name }} mta-sts.{{ config.domain_name }};
access_log syslog:server=unix:/dev/log,facility=local7;