From 63f7e5930d34273ccf6ab63bc4d3d3002ba665c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Tue, 13 Feb 2018 09:07:44 +0100 Subject: [PATCH] [Nginx] Fix EAS --- data/conf/nginx/site.conf | 2 +- data/conf/nginx/templates/sogo_proxy.template | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 data/conf/nginx/templates/sogo_proxy.template 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