Skip to content

Commit a979a3e

Browse files
committed
Remove z-push part, will follow in later release.
1 parent 777af6f commit a979a3e

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

install/deb/templates/mail/nginx/web_system.stpl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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;

install/deb/templates/mail/nginx/web_system.tpl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)