diff --git a/plugins/php-apt/index.py b/plugins/php-apt/index.py index 9d47e0ec1..199fc5e73 100755 --- a/plugins/php-apt/index.py +++ b/plugins/php-apt/index.py @@ -181,10 +181,13 @@ def phpFpmReplace(version): def initReplace(version): makeOpConf(version) + phpFpmWwwReplace(version) install_ok = getServerDir() + "/" + version + "/install.ok" if not os.path.exists(install_ok): + phpFpmReplace(version) + phpini = getConf(version) ssl_crt = mw.getSslCrt()