Using Nextcloud on 443 and changing UMC to port 8443

Hi everyone,

I’ve been getting to know UCS for a couple of weeks now. I’ve migrated my Active Directory with Exchange to UCS with dovecot. Not as smooth as I hoped, but I got there eventually.
The next step is now configuring Nextcloud. I installed a new server in the UCS-domain and installed Nextcloud via the App Center. I can now access Nextcloud on “https:// server . domain . tld / nextcloud” (without the spaces of course), while “https:// server . domain . tld” gets me to the UMC logon page. I would very much like to change this so that https:// server. domain .tld/ gets me to the Nextcloud environment and that https:// server. domain. tld:8443/ gets me to UMC.

Help would be greatly appreciated.

EDIT: I’m on UCS 5.2-4

I’ve decided to go back to my Debian based Nextcloud-AIO implementation. It became too complex. It would have been nice to administer everything from one portal, but 2 environments is an acceptable ammount.

You can change Apache settings to do this:

Make sure that Nextcloud is set to listen on port 443 in /etc/apache2/sites-available/nextcloud.conf.

UMC: Change the UMC config file, which is probably in /etc/univention/apache2/umc.conf, so that it listens on port 8443 instead of 443.

To apply the changes, run systemctl restart apache2.

This will let you access Nextcloud at https://server.domain.tld and UMC at https://server.domain.tld:8443.