add trailing slash to location

This commit is contained in:
Mauro Torrez 2019-10-01 23:12:23 -03:00
parent d66cd019d6
commit 18fb1c7445

View File

@ -72,7 +72,7 @@
{{ nginx_config | default({}) | combine({ {{ nginx_config | default({}) | combine({
roundcube_domain: { roundcube_domain: {
"locations": { "locations": {
roundcube_web_root: { roundcube_web_root.rstrip('/')+'/': {
"proxy_pass": "http://{}:9000/".format(roundcube_container) "proxy_pass": "http://{}:9000/".format(roundcube_container)
} }
} }