Update index.py

pull/109/head
midoks 5 years ago
parent adc7a5e054
commit 3af12849ae
  1. 3
      plugins/php/index.py

@ -112,7 +112,8 @@ def contentReplace(content, version):
def makeOpenrestyConf(): def makeOpenrestyConf():
phpversions = ['00', '53', '54', '55', '56', '70', '71', '72', '73', '74'] phpversions = ['00', '53', '54', '55', '56',
'70', '71', '72', '73', '74', '80']
if mw.isInstalledWeb(): if mw.isInstalledWeb():
sdir = mw.getServerDir() sdir = mw.getServerDir()
d_pathinfo = sdir + '/openresty/nginx/conf/pathinfo.conf' d_pathinfo = sdir + '/openresty/nginx/conf/pathinfo.conf'

Loading…
Cancel
Save