Screwed up on the path

This commit is contained in:
David Duque 2020-04-20 18:28:13 +01:00
parent b2c2d61867
commit 8c5ff2b523
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ def do_web_update(env):
local_conf = make_domain_config(domain, [template0], ssl_certificates, env)
nginx_conf += local_conf
with open(nginx_conf, "w+") as f:
with open(nginx_conf_custom, "w+") as f:
f.write(local_conf)
else:
# Add default 'www.' redirect.