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)