This commit is contained in:
VirtuBox
2019-08-19 17:44:34 +02:00
parent 8664dd9d21
commit 0eccf30409

View File

@@ -164,7 +164,7 @@ def post_pref(self, apt_packages, packages):
(data), 'nginx-core.mustache', out=wo_nginx)
wo_nginx.close()
if not os.path.isfile('{0}/gzip.conf.disabled'.forat(ngxcnf)):
if not os.path.isfile('{0}/gzip.conf.disabled'.format(ngxcnf)):
data = dict()
WOTemplate.tmpl_render(self, '{0}/gzip.conf',
'gzip.mustache')