mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 00:55:01 +00:00
[Nginx] Fix EAS
This commit is contained in:
parent
a3d9f5a984
commit
63f7e5930d
2 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ server {
|
|||
}
|
||||
|
||||
location ^~ /Microsoft-Server-ActiveSync {
|
||||
include /etc/nginx/conf.d/templates/sogo_proxy.template;
|
||||
include /etc/nginx/conf.d/templates/sogo_eas.template;
|
||||
proxy_connect_timeout 1000;
|
||||
proxy_next_upstream timeout error;
|
||||
proxy_send_timeout 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue