mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-14 02:34:22 +02:00
Catch empty WEBMAIL and WEBDAV address
This commit is contained in:
parent
348ea1a572
commit
ed0fb77a01
@ -43,8 +43,12 @@ http {
|
||||
# Variables for proxifying
|
||||
set $admin {{ ADMIN_ADDRESS }};
|
||||
set $antispam {{ ANTISPAM_ADDRESS }};
|
||||
{% if WEBMAIL_ADDRESS %}
|
||||
set $webmail {{ WEBMAIL_ADDRESS }};
|
||||
{% endif %}
|
||||
{% if WEBDAV_ADDRESS %}
|
||||
set $webdav {{ WEBDAV_ADDRESS }};
|
||||
{% endif %}
|
||||
|
||||
# Always listen over HTTP
|
||||
listen 80;
|
||||
|
Loading…
Reference in New Issue
Block a user