Fix ngxroot
This commit is contained in:
@@ -149,7 +149,7 @@ def post_pref(self, apt_packages, packages):
|
|||||||
# Nginx main configuration
|
# Nginx main configuration
|
||||||
ngxcnf = '/etc/nginx/conf.d'
|
ngxcnf = '/etc/nginx/conf.d'
|
||||||
ngxcom = '/etc/nginx/common'
|
ngxcom = '/etc/nginx/common'
|
||||||
ngxroot = '/var/www'
|
ngxroot = '/var/www/'
|
||||||
if os.path.isfile('/etc/nginx/nginx.conf'):
|
if os.path.isfile('/etc/nginx/nginx.conf'):
|
||||||
if (WOVariables.wo_distro == 'ubuntu' or
|
if (WOVariables.wo_distro == 'ubuntu' or
|
||||||
WOVariables.wo_platform_codename == 'buster'):
|
WOVariables.wo_platform_codename == 'buster'):
|
||||||
|
|||||||
Reference in New Issue
Block a user