Skip to content

Instantly share code, notes, and snippets.

@chrismeller
Created February 10, 2013 02:28
Show Gist options
  • Save chrismeller/4748080 to your computer and use it in GitHub Desktop.
Save chrismeller/4748080 to your computer and use it in GitHub Desktop.
Nginx php-fpm.conf
upstream php {
server unix:/var/run/php5-fpm.socket;
}
# make sure index.php is first in all our vhosts
index index.php index.html index.htm;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment