Skip to content

Instantly share code, notes, and snippets.

@jiceb
Created October 5, 2011 11:38
Show Gist options
  • Save jiceb/1264259 to your computer and use it in GitHub Desktop.
Save jiceb/1264259 to your computer and use it in GitHub Desktop.
nginx php-fpm socket
fastcgi_pass unix:/tmp/php.sock;
listen_address = /tmp/php.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment