Question
Make nginx use PHP-FPM instead of HHVM for specific script
I am loving HHVM but there is issue with one WP plugin(justified image grid) which uses TIMTHUMB to resize images and this one doesn’t seem to play with HHVM.
I am using fallback like this:
http://i.imgur.com/wn3UklV.png
But it doesn’t work.
Is it possible to make an exception and make timthumb.php file use only PHP-FPM?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×