mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-17 20:57:54 +02:00
Don't redirect when webmail is served on '/'
This commit is contained in:
parent
eac4d553a9
commit
2de4995fec
@ -87,7 +87,7 @@ http {
|
||||
include /overrides/*.conf;
|
||||
|
||||
# Actual logic
|
||||
{% if WEBROOT_REDIRECT %}
|
||||
{% if WEBROOT_REDIRECT and WEB_WEBMAIL != '/' %}
|
||||
location / {
|
||||
return 301 {{ WEBROOT_REDIRECT }};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user