-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi Sven,
I have decided to give nginx a try since it gives better performance under a higher concurrent load then apache.
nginx might be not so easy to setup as apache, but still... this is how I configure it:
I like to have greyface under /grey
location /grey/ {
alias /var/www/mail/greyface/htdocs/;
index index.php;
#autoindex on;
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php$)(/.+)$;
include /etc/nginx/fastcgi.conf;
fastcgi_pass unix:/run/php-fpm.socket;
fastcgi_index index.php;
}
}
Unfortunately, greyface refuses to work - I have no idea why...
Do you have any ideas?
Kind Regards,
-Paul
Metadata
Metadata
Assignees
Labels
No labels