Increase number of children

This commit is contained in:
Bob Mottram 2014-09-13 21:49:03 +01:00
parent 0de2445636
commit 6d1470b76b
1 changed files with 13 additions and 1 deletions

View File

@ -2695,6 +2695,18 @@ cgi.fix_pathinfo=0
Save and exit. Also edit */etc/php5/cli/php.ini* and set /memory_limit/ to the same value. This should prevent any rogue scripts from crashing the system.
#+BEGIN_SRC: bash
editor /etc/php5/fpm/pool.d/www.conf
#+END_SRC
Set the following:
#+BEGIN_SRC: bash
pm.max_children = 10
#+END_SRC
Save and exit.
#+BEGIN_SRC: bash
service php5-fpm restart
service nginx restart
@ -7203,7 +7215,7 @@ map $http_upgrade $connection_upgrade {
}
server {
listen 443 ssl;
listen 443;
server_name tunes.us.to;
index index.html index.htm;