From da46097f2508f7956bbd7138a251e7007632b35c Mon Sep 17 00:00:00 2001 From: dofl Date: Wed, 26 Jul 2017 07:53:38 +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 e7146870..cb7d7062 100755 --- a/setup/web.sh +++ b/setup/web.sh @@ -51,7 +51,7 @@ tools/editconf.py /etc/php/7.0/fpm/php.ini -c ';' \ tools/editconf.py /etc/php/7.0/fpm/php.ini -c ';' \ default_charset="UTF-8" -# Switch from the dynamic process manager to the ondemand manager see #1215 +# Switch from the dynamic process manager to the ondemand manager see #1216 tools/editconf.py /etc/php/7.0/fpm/pool.d/www.conf -c ';' \ pm = ondemand