From 3af12849aebe8d4ece22ddf21f13e0ddcd252a4f Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 14 Jul 2020 12:36:08 +0800 Subject: [PATCH] Update index.py --- plugins/php/index.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/php/index.py b/plugins/php/index.py index a762fee5f..e98dc5692 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -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'