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

@@ -8,6 +8,9 @@
- don't use the complicated logging module in filtermail to exclude a potential source of errors.
([#674](https://github.com/chatmail/relay/pull/674))
- Specify nginx.conf to only handle `mail_domain`, www, and mta-sts domains
([#636](https://github.com/chatmail/relay/pull/636))
- Setup TURN server
([#621](https://github.com/chatmail/relay/pull/621))

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;