mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +00:00
Oops (yet again)
This commit is contained in:
parent
7f5a939e50
commit
49da79cbd9
@ -94,7 +94,7 @@ def do_web_update(env):
|
|||||||
if domain in web_domains_not_redirect:
|
if domain in web_domains_not_redirect:
|
||||||
# This is a regular domain.
|
# This is a regular domain.
|
||||||
local_conf = ""
|
local_conf = ""
|
||||||
nginx_conf_custom = os.path.join(get_web_root(domain), ".nginx.conf")
|
nginx_conf_custom = os.path.join(get_web_root(domain, env), ".nginx.conf")
|
||||||
if os.path.exists(nginx_conf_custom):
|
if os.path.exists(nginx_conf_custom):
|
||||||
with open(nginx_conf_custom, "r") as f:
|
with open(nginx_conf_custom, "r") as f:
|
||||||
local_conf = f.read()
|
local_conf = f.read()
|
||||||
|
Loading…
Reference in New Issue
Block a user