瀏覽代碼

[Nginx] Fix EAS...

André Peters 7 年之前
父節點
當前提交
fb92619aac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/conf/nginx/site.conf

+ 1 - 1
data/conf/nginx/site.conf

@@ -283,7 +283,7 @@ server {
   }
   }
 
 
   location ^~ /Microsoft-Server-ActiveSync {
   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_connect_timeout 1000;
     proxy_next_upstream timeout error;
     proxy_next_upstream timeout error;
     proxy_send_timeout 1000;
     proxy_send_timeout 1000;