diff --git a/beaglebone.txt b/beaglebone.txt index 5af7278d..22995428 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -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;