diff --git a/plugins/php-apt/index.py b/plugins/php-apt/index.py index 5410013a4..fd678f099 100755 --- a/plugins/php-apt/index.py +++ b/plugins/php-apt/index.py @@ -60,7 +60,7 @@ def checkArgs(data, ck=[]): def getConf(version): - path = getServerDir() + '/php' + version + '/php.ini' + path = getServerDir() + '/' + version + '/fpm/php.ini' return path