migrating z-push, problims with an alias
January 21, 2010 08:17AM
hi,

i migrating my server from an apache2 webserver to nginx.
all works fine cms/webmail, but now i try to migrate z-push.

every time i try to set an alias like this in apache (which works fine):
[code]
Alias /Microsoft-Server-ActiveSync /var/www/z-push/index.php
[/code]
in nginx:
[code]
location /Microsoft-Server-ActiveSync {
alias /var/www/z-push/index.php;
[color=#FF0000]OR[/color]
alias /var/www/z-push;
}
[/code]
nginx don't execute this file, he maks it only downloadable.

the permissions are all good.
i need only a way to rewrite the apache rule for nginx.
any ideas ?

thanks naked
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 297
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready