mirror of
https://github.com/Mailu/Mailu.git
synced 2025-04-07 06:59:54 +02:00
Use relative redirect for / to the webmail
This commit is contained in:
parent
2dfc91ac4d
commit
acb5d7da38
@ -71,7 +71,7 @@ http {
|
||||
# Actual logic
|
||||
{% if WEBMAIL != 'none' %}
|
||||
location / {
|
||||
return 301 $scheme://$host/webmail/;
|
||||
return 301 {{ WEB_WEBMAIL }};
|
||||
}
|
||||
|
||||
location {{ WEB_WEBMAIL }} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user