I am using nginx with these Settings:

location ^~ /Microsoft-Server-ActiveSync {
client_max_body_size 10m;
client_body_buffer_size 4k;
proxy_connect_timeout 90;
proxy_send_timeout 90;
proxy_read_timeout 90;
proxy_buffers 4 32k;
proxy_pass http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync;
proxy_redirect http://127.0.0.1:20000/Microsoft-Server-ActiveSync /; 
}


> Am 21.01.2015 um 13:40 schrieb Ludovic Marcotte <lmarco...@inverse.ca>:
> 
>> On 21/01/2015 01:51, lis...@outlook.de wrote:
>> This makes the iPad hang in a sync loop. What could be the reason for the
>> socket shutdown?
> That normally happens (the message you pasted) if the client (iPad) or Apache 
> closes the connection to SOGo before it's able to deliver its response. What 
> are you Apache settings for EAS?
> 
> -- 
> Ludovic Marcotte
> lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
> Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
> (http://packetfence.org)
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to