Update index.py

This commit is contained in:
midoks 2020-07-14 12:36:08 +08:00
parent adc7a5e054
commit 3af12849ae
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,8 @@ def contentReplace(content, version):
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():
sdir = mw.getServerDir()
d_pathinfo = sdir + '/openresty/nginx/conf/pathinfo.conf'