Skip to content

Instantly share code, notes, and snippets.

@samrose
Created August 21, 2013 12:45
Show Gist options
  • Save samrose/6293998 to your computer and use it in GitHub Desktop.
Save samrose/6293998 to your computer and use it in GitHub Desktop.
Settings needed for NGINX drupal conf
Edits to /etc/php5/fpm/pool.d/www.conf
;listen = 127.0.0.1:9000
listen = /var/run/php-fpm.sock
pm.max_requests = 5000
Edits to /etc/php5/fpm/php.ini
cgi.fix_pathinfo=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment