1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-14 04:35:43 +02:00

[Nginx] Fix EAS...

This commit is contained in:
André Peters 2018-02-13 09:12:54 +01:00
parent 63f7e5930d
commit 943598f705

View File

@ -283,7 +283,7 @@ server {
}
location ^~ /Microsoft-Server-ActiveSync {
include /etc/nginx/conf.d/templates/sogo_eas.template;
include /etc/nginx/conf.d/sogo_eas.active;
proxy_connect_timeout 1000;
proxy_next_upstream timeout error;
proxy_send_timeout 1000;