1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-18 03:21:36 +02:00

Rename as requested by reviewer

This commit is contained in:
Florent Daigniere 2023-05-10 09:54:56 +02:00
parent c44537d318
commit 632fe1908a
4 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ RUN set -euxo pipefail \
COPY conf/ /conf/
COPY --from=static /static/ /static/
COPY *.py /
COPY proxy.conf login.lua /
COPY dovecot/proxy.conf dovecot/login.lua /dovecot_conf/
RUN echo $VERSION >/version

View File

@ -55,7 +55,7 @@ conf.jinja("/conf/proxy.conf", args, "/etc/nginx/proxy.conf")
conf.jinja("/conf/nginx.conf", args, "/etc/nginx/nginx.conf")
if os.path.exists("/var/run/nginx.pid"):
os.system("nginx -s reload")
conf.jinja("/login.lua", args, "/etc/dovecot/login.lua")
conf.jinja("/proxy.conf", args, "/etc/dovecot/proxy.conf")
conf.jinja("/dovecot_conf/login.lua", args, "/etc/dovecot/login.lua")
conf.jinja("/dovecot_conf/proxy.conf", args, "/etc/dovecot/proxy.conf")
if os.path.exists("/run/dovecot/master.pid"):
os.system("doveadm reload")