From 55572c003fdab5a939c3fe3c7b4a62e4b48741e5 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 22 Dec 2022 22:22:40 +0100 Subject: [PATCH] Fix php82 --- wo/core/stackconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/stackconf.py b/wo/core/stackconf.py index 992ef28..d065bf9 100644 --- a/wo/core/stackconf.py +++ b/wo/core/stackconf.py @@ -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)