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({
roundcube_domain: {
"locations": {
roundcube_web_root: {
roundcube_web_root.rstrip('/')+'/': {
"proxy_pass": "http://{}:9000/".format(roundcube_container)
}
}