Fix missing nginx configurations

This commit is contained in:
VirtuBox
2022-01-25 16:16:46 +01:00
parent bb4daf002a
commit c68d173f42
3 changed files with 2 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ VERSION = WOVar.wo_version
BANNER = """
WordOps v%s
Copyright (c) 2020 WordOps.
Copyright (c) 2022 WordOps.
""" % VERSION

View File

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