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

This commit is contained in:
kaiyou
2017-11-10 16:04:40 +01:00
parent 652ca769dc
commit f362ecdb19

View File

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