Skip to content

Instantly share code, notes, and snippets.

@imarcelolz
Forked from chrismeller/gist:4748080
Last active December 20, 2015 18:19
Show Gist options
  • Save imarcelolz/6174862 to your computer and use it in GitHub Desktop.
Save imarcelolz/6174862 to your computer and use it in GitHub Desktop.
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