Browse Source

Remove z-push part, will follow in later release.

Raphael Schneeberger 7 years ago
parent
commit
a979a3ecfd

+ 0 - 12
install/deb/templates/mail/nginx/web_system.stpl

@@ -24,18 +24,6 @@ server {
         return 404;
     }
 
-    location /Microsoft-Server-ActiveSync {
-        alias /usr/share/z-push/;
-
-        location ~ ^/Microsoft-Server-ActiveSync/(.*\.php)$ {
-            alias /usr/share/z-push/$1;
-            fastcgi_pass 127.0.0.1:9000;
-            fastcgi_index index.php;
-            include fastcgi_params;
-            fastcgi_param SCRIPT_FILENAME $request_filename;
-        }
-    }
-
     location ~ ^/(.*\.php)$ {
         alias /var/lib/roundcube/$1;
         fastcgi_pass 127.0.0.1:9000;

+ 0 - 12
install/deb/templates/mail/nginx/web_system.tpl

@@ -21,18 +21,6 @@ server {
     location ~ /(config|temp|logs) {
         return 404;
     }
-
-    location /Microsoft-Server-ActiveSync {
-        alias /usr/share/z-push/;
-
-        location ~ ^/Microsoft-Server-ActiveSync/(.*\.php)$ {
-            alias /usr/share/z-push/$1;
-            fastcgi_pass 127.0.0.1:9000;
-            fastcgi_index index.php;
-            include fastcgi_params;
-            fastcgi_param SCRIPT_FILENAME $request_filename;
-        }
-    }
     
     location ~ ^/(.*\.php)$ {
         alias /var/lib/roundcube/$1;