|
|
@@ -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;
|