Two domain collabora online

Hello
I have two domains on the Next Cloud server and I can connect to them at the same time, but the problem is that they cannot connect to Collabora Online at the same time, only one domain can be used, thank you for your help.
ubuntu 22.04
php8.2
no docker
Collabora online server

likely the problem is related to aliasgroups.

This method solved the problem

<alias_groups desc=ā€œdefault mode is ā€˜firstā€™ it allows only the first host when groups are not defined. set mode to ā€˜groupsā€™ and define group to allow multiple host and its aliasesā€ mode=ā€œgroupsā€>

https://host1:443 https://host2:443 https://aliasname[0-9]{1}:443

</alias_groups>

1 Like