Minor change in stack_pref
This commit is contained in:
@@ -400,7 +400,7 @@ def post_pref(self, apt_packages, packages, upgrade=False):
|
|||||||
.format(ngxroot))):
|
.format(ngxroot))):
|
||||||
SSL.selfsignedcert(self, proftpd=False, backend=True)
|
SSL.selfsignedcert(self, proftpd=False, backend=True)
|
||||||
|
|
||||||
if not os.path.isfile('{0}22222/conf/nginx/ssl.conf'
|
if not os.path.exists('{0}22222/conf/nginx/ssl.conf'
|
||||||
.format(ngxroot)):
|
.format(ngxroot)):
|
||||||
with open("/var/www/22222/conf/nginx/"
|
with open("/var/www/22222/conf/nginx/"
|
||||||
"ssl.conf", "w") as php_file:
|
"ssl.conf", "w") as php_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user