Created
October 28, 2010 21:28
-
-
Save joemccann/652368 to your computer and use it in GitHub Desktop.
Run this to "flash" your PHP process when it is spun up using nginx. If you modify your PHP.INI you need to do this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/spawn-fcgi -a 127.0.0.1 -p 9000 -u www-data -g www-data -f /usr/bin/php5-cgi -P /var/run/fastcgi-php.pid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment