mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 10:37:49 +00:00
Fix the missing trailing space on /webmail, fixes #304
This commit is contained in:
@@ -62,6 +62,7 @@ http {
|
||||
}
|
||||
|
||||
location {{ WEB_WEBMAIL }} {
|
||||
rewrite ^({{ WEB_WEBMAIL }})$ $1/ permanent;
|
||||
rewrite ^{{ WEB_WEBMAIL }}/(.*) /$1 break;
|
||||
proxy_pass http://webmail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user