mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +00:00
Screwed up on the path
This commit is contained in:
parent
b2c2d61867
commit
8c5ff2b523
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user