Fix the missing trailing space on /webmail, fixes #304

master
kaiyou 7 years ago
parent 652ca769dc
commit f362ecdb19

@ -62,6 +62,7 @@ http {
}
location {{ WEB_WEBMAIL }} {
rewrite ^({{ WEB_WEBMAIL }})$ $1/ permanent;
rewrite ^{{ WEB_WEBMAIL }}/(.*) /$1 break;
proxy_pass http://webmail;
}

Loading…
Cancel
Save