mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
nixos/sogo: fix nginx proxy_buffer config
Fixes the problem that login does not work after successful authentication with LDAP backend, c.f. https://forum.iredmail.org/post82460.html#p82460
This commit is contained in:
parent
3f019645f8
commit
30748218fb
@ -232,8 +232,8 @@ in {
|
||||
proxy_connect_timeout 90;
|
||||
proxy_send_timeout 90;
|
||||
proxy_read_timeout 90;
|
||||
proxy_buffer_size 4k;
|
||||
proxy_buffers 4 32k;
|
||||
proxy_buffer_size 64k;
|
||||
proxy_buffers 8 64k;
|
||||
proxy_busy_buffers_size 64k;
|
||||
proxy_temp_file_write_size 64k;
|
||||
client_max_body_size 50m;
|
||||
|
Loading…
Reference in New Issue
Block a user