Sunday, December 7, 2014

Switching b/w versions of PHP on a NginX + PHP-FPM Setup

On Apache you could easily configure it through an htaccess file:




Action php-fcgi /fcgi-bin/phpcgi-starter-5.3



Action php-fcgi /fcgi-bin/phpcgi-starter-5.4



Is there something similar for Nginx + PHP-FPM?

No comments:

Post a Comment