mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
nginx: be more specific with the server name (#636)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user