Fix php82

This commit is contained in:
VirtuBox
2022-12-22 22:22:40 +01:00
parent 67fdae3083
commit 55572c003f

View File

@@ -12,7 +12,7 @@ class WOConf():
def nginxcommon(self):
"""nginx common configuration deployment"""
wo_php_version = ["php72", "php73", "php74", "php80", "php81"]
wo_php_version = ["php72", "php73", "php74", "php80", "php81", "php82"]
ngxcom = '/etc/nginx/common'
if not os.path.exists(ngxcom):
os.mkdir(ngxcom)