Em 2016-09-23 11:31, Ludovic Marcotte escreveu:

> On 2016-09-23 10:29 AM, emilio.fons...@mav.com.br (emilio.fons...@mav.com.br) 
> wrote:
> 
>> SOGoMaximumPingInterval = 3540;
>> SOGoMaximumSyncInterval = 3540;
> Your HTTP server proxying requests to SOGo is likely closing the connection 
> due to a timeout. Increase the timeout values to 1 hour.

Sorry, I forgot to say, here is my nginx configuration: 

location ^~ /Microsoft-Server-ActiveSync {
        proxy_pass
http://sogo.service.consul:20000/SOGo/Microsoft-Server-ActiveSync;
        proxy_connect_timeout 3540;
        proxy_send_timeout 3540;
        proxy_read_timeout 3540;
        proxy_buffers 64 256k;
} 

So, it is already with a timeout big enough, right?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to