From 2cde713d18b0f6f388d63df2ef86acb6b646b6cb Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 19 Aug 2019 17:55:46 +0200 Subject: [PATCH] Fix ngxroot --- wo/cli/plugins/stack_pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack_pref.py b/wo/cli/plugins/stack_pref.py index 0069039..e1e0176 100644 --- a/wo/cli/plugins/stack_pref.py +++ b/wo/cli/plugins/stack_pref.py @@ -149,7 +149,7 @@ def post_pref(self, apt_packages, packages): # Nginx main configuration ngxcnf = '/etc/nginx/conf.d' ngxcom = '/etc/nginx/common' - ngxroot = '/var/www' + ngxroot = '/var/www/' if os.path.isfile('/etc/nginx/nginx.conf'): if (WOVariables.wo_distro == 'ubuntu' or WOVariables.wo_platform_codename == 'buster'):