-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I am running a nextcloud within docker, behind a haproxy reverse proxy.
URL: https://cloud.my.tld
And roundcube as normal service on a debian host, within an apache-webserver.
URL: https://cloud.my.tld/roundcube/
I already made that work somehow ;-)
Now I set up a second NC-stack for testing upgrades and addons, in relation to #46 and #48
The second NC runs at https://nctest.my.tld .. complete clone of the productive stack, separate DB etc
Now the roundcube doesn't trust that new URL. And I don't see where to configure that ...
Reading the README over and over again.
As far as I understand in my first case I have "same domain", and now I have "different domain", right?
I assume I should setup Roundcube behind something like https://rc.my.tld ... this might help at least partially?
hints welcome, thanks