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:
parent
3fd3a40ee1
commit
687c88fde4
1 changed files with 4 additions and 0 deletions
|
@ -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)$ {
|
||||
|
|
Loading…
Add table
Reference in a new issue