Created
August 21, 2013 12:45
-
-
Save samrose/6293998 to your computer and use it in GitHub Desktop.
Settings needed for NGINX drupal conf
This file contains 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
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