0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

Fix nextcloud mail Message-ID header

See also: https://github.com/nextcloud/mail/issues/5764
This commit is contained in:
Kamu, Kvark 2022-03-01 09:34:47 +01:00 committed by GitHub
parent 3fd3a40ee1
commit 687c88fde4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,6 +144,10 @@ http {
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
# Horde, used by nextcloud mail app, needs $_SERVER['SERVER_NAME'] to generate Message-ID header
# See also: https://github.com/nextcloud/mail/issues/5764
fastcgi_param SERVER_NAME $host;
}
location ~ \.(?:css|js|svg|gif)$ {