Skip to content

nginx + greyface #83

@piwats

Description

@piwats

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions