Fix EAS for SOGo

master
andryyy 2017-01-15 17:37:25 +01:00
parent 079ddb40f6
commit 308c2f7e03
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ server {
} }
location ^~ /Microsoft-Server-ActiveSync { location ^~ /Microsoft-Server-ActiveSync {
proxy_pass http://sogo/SOGo/Microsoft-Server-ActiveSync; proxy_pass http://sogo:20000/SOGo/Microsoft-Server-ActiveSync;
proxy_connect_timeout 1000; proxy_connect_timeout 1000;
proxy_next_upstream timeout error; proxy_next_upstream timeout error;
proxy_send_timeout 1000; proxy_send_timeout 1000;