mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +00:00
nginx: be more specific with the server name (#636)
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
- don't use the complicated logging module in filtermail to exclude a potential source of errors.
|
- don't use the complicated logging module in filtermail to exclude a potential source of errors.
|
||||||
([#674](https://github.com/chatmail/relay/pull/674))
|
([#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
|
- Setup TURN server
|
||||||
([#621](https://github.com/chatmail/relay/pull/621))
|
([#621](https://github.com/chatmail/relay/pull/621))
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ http {
|
|||||||
|
|
||||||
index index.html index.htm;
|
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;
|
access_log syslog:server=unix:/dev/log,facility=local7;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user