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