add trailing slash to location
This commit is contained in:
parent
d66cd019d6
commit
18fb1c7445
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user