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'