minimal fastcgi config for 1 file?

Grant emailgrant at gmail.com
Wed Feb 12 23:26:21 UTC 2014


Is it OK to use a minimal fastcgi configuration for a single file like this:

location ~ ^/piwik/piwik.php$ {
    fastcgi_pass unix:/run/php-fpm.socket;
    include fastcgi_params;
}

- Grant



More information about the nginx mailing list