From 0820a5e2452c39f202efd91bde8a115db41ebdfe Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 2 Apr 2019 13:30:27 +0800 Subject: [PATCH] =?UTF-8?q?PHP-00=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/php/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/index.py b/plugins/php/index.py index a946d87b5..f3062abe2 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -143,7 +143,7 @@ def makeOpenrestyConf(): content = public.readFile(tpl) content = contentReplace(content, version) public.writeFile(dfile, content) - public.restartWeb() + public.restartWeb() def phpFpmReplace(version): desc_php_fpm = getServerDir() + '/' + version + '/etc/php-fpm.conf'