From 26fbedb26fd58a25fa7e8c0e0b94ad0ec286ad79 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 12 Aug 2023 17:20:17 +0200 Subject: [PATCH] Add nginx requirements for site alias --- wo/cli/plugins/site_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/site_functions.py b/wo/cli/plugins/site_functions.py index 5ef6b48..893f776 100644 --- a/wo/cli/plugins/site_functions.py +++ b/wo/cli/plugins/site_functions.py @@ -836,7 +836,7 @@ def site_package_check(self, stype): stack.app = self.app pargs = self.app.pargs if stype in ['html', 'proxy', 'php', 'php72', 'mysql', 'wp', 'wpsubdir', - 'wpsubdomain', 'php73', 'php74', 'php80', 'php81', 'php82']: + 'wpsubdomain', 'php73', 'php74', 'php80', 'php81', 'php82', 'alias']: Log.debug(self, "Setting apt_packages variable for Nginx") # Check if server has nginx-custom package