diff --git a/data/conf/nginx/site.conf b/data/conf/nginx/site.conf index e617f77f..bb2ea266 100644 --- a/data/conf/nginx/site.conf +++ b/data/conf/nginx/site.conf @@ -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; diff --git a/data/conf/nginx/templates/sogo_proxy.template b/data/conf/nginx/templates/sogo_proxy.template deleted file mode 100644 index e69de29b..00000000