File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed
install/deb/templates/mail/nginx Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,6 @@ server {
2424 return 404;
2525 }
2626
27- location /Microsoft-Server-ActiveSync {
28- alias /usr/share/z-push/;
29-
30- location ~ ^/Microsoft-Server-ActiveSync/(.*\.php)$ {
31- alias /usr/share/z-push/$1;
32- fastcgi_pass 127.0.0.1:9000;
33- fastcgi_index index.php;
34- include fastcgi_params;
35- fastcgi_param SCRIPT_FILENAME $request_filename;
36- }
37- }
38-
3927 location ~ ^/(.*\.php)$ {
4028 alias /var/lib/roundcube/$1;
4129 fastcgi_pass 127.0.0.1:9000;
Original file line number Diff line number Diff line change @@ -21,18 +21,6 @@ server {
2121 location ~ /(config|temp|logs) {
2222 return 404;
2323 }
24-
25- location /Microsoft-Server-ActiveSync {
26- alias /usr/share/z-push/;
27-
28- location ~ ^/Microsoft-Server-ActiveSync/(.*\.php)$ {
29- alias /usr/share/z-push/$1;
30- fastcgi_pass 127.0.0.1:9000;
31- fastcgi_index index.php;
32- include fastcgi_params;
33- fastcgi_param SCRIPT_FILENAME $request_filename ;
34- }
35- }
3624
3725 location ~ ^/(.*\.php)$ {
3826 alias /var/lib/roundcube/$1;
You can’t perform that action at this time.
0 commit comments