From 74470e45c56fb02cd8aa617064bbf4b97932804a Mon Sep 17 00:00:00 2001 From: dofl Date: Wed, 26 Jul 2017 07:28:11 +0200 Subject: [PATCH] Update web.sh --- setup/web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/web.sh b/setup/web.sh index d212a170..ab4f26b4 100755 --- a/setup/web.sh +++ b/setup/web.sh @@ -47,7 +47,7 @@ tools/editconf.py /etc/php5/fpm/php.ini -c ';' \ tools/editconf.py /etc/php5/fpm/php.ini -c ';' \ default_charset="UTF-8" -# Switch from the dynamic process manager to the ondemand manager +# Switch from the dynamic process manager to the ondemand manager see #1215 tools/editconf.py /etc/php5/fpm/pool.d/www.conf -c ';' \ pm = ondemand