[Nginx, SOGo] Adjustments for EAS

master
andryyy 2019-10-06 10:12:46 +02:00
parent a008855991
commit 1580e4b2a5
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 8 additions and 17 deletions

View File

@ -161,23 +161,14 @@ server {
location ^~ /Microsoft-Server-ActiveSync { location ^~ /Microsoft-Server-ActiveSync {
include /etc/nginx/conf.d/sogo_proxy_auth.active; include /etc/nginx/conf.d/sogo_proxy_auth.active;
include /etc/nginx/conf.d/sogo_eas.active; include /etc/nginx/conf.d/sogo_eas.active;
proxy_connect_timeout 4000; proxy_connect_timeout 75;
proxy_next_upstream timeout error; proxy_send_timeout 3600;
proxy_send_timeout 4000; proxy_read_timeout 3600;
proxy_read_timeout 4000; proxy_buffers 64 256k;
proxy_buffer_size 8k;
proxy_buffers 16 64k;
proxy_temp_file_write_size 64k;
proxy_busy_buffers_size 64k;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_set_header x-webobjects-server-protocol HTTP/1.0; client_body_buffer_size 512k;
proxy_set_header x-webobjects-remote-host $remote_addr;
proxy_set_header x-webobjects-server-name $server_name;
proxy_set_header x-webobjects-server-url $client_req_scheme://$http_host;
proxy_set_header x-webobjects-server-port $server_port;
client_body_buffer_size 128k;
client_max_body_size 0; client_max_body_size 0;
} }

View File

@ -37,7 +37,7 @@
SOGoMailingMechanism = smtp; SOGoMailingMechanism = smtp;
SOGoSMTPAuthenticationType = plain; SOGoSMTPAuthenticationType = plain;
SxVMemLimit = 384; SxVMemLimit = 512;
SOGoMaximumPingInterval = 3540; SOGoMaximumPingInterval = 3540;
@ -49,8 +49,8 @@
// This should do the trick for Outlook 2016 // This should do the trick for Outlook 2016
SOGoMaximumSyncResponseSize = 512; SOGoMaximumSyncResponseSize = 512;
WOWatchDogRequestTimeout = 20; WOWatchDogRequestTimeout = 30;
WOListenQueueSize = 300; WOListenQueueSize = 512;
WONoDetach = YES; WONoDetach = YES;
SOGoIMAPAclConformsToIMAPExt = Yes; SOGoIMAPAclConformsToIMAPExt = Yes;