forked from mauro/ansible-role-nextcloud-docker
add trailing slash to location
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user