mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 10:19:35 +00:00
Reenable nginx request buffering to fix roundcube
This commit is contained in:
1
towncrier/newsfragments/3913.bugfix
Normal file
1
towncrier/newsfragments/3913.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Re-enable nginx buffering as apparently roundcube is broken without
|
||||
@@ -60,7 +60,10 @@ server {
|
||||
fastcgi_param CONTENT_LENGTH $content_length;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
|
||||
fastcgi_request_buffering off;
|
||||
# unclear why this is required, see #3913
|
||||
fastcgi_buffers 16 32k;
|
||||
fastcgi_buffer_size 64k;
|
||||
fastcgi_busy_buffers_size 64k;
|
||||
|
||||
# nginx buffers #
|
||||
proxy_buffer_size 128k;
|
||||
|
||||
Reference in New Issue
Block a user