Making Nextcloud OVA available via /nextcloud

Successfully deployed Nextcloud OVA and getting ready to put the boot to the old owncloud installation. Before I can do that, I need to make my nextcloud installation available with /nextcloud on the end of the url so that the apache reverse proxy I have in front of all my web applications can be used to make this available via my public ip address.

I’ve tried modifying the document root of the nextcloud_ssl_domain_self_signed.conf but end up with errors I cant even begin to figure out. Whats the best path for modifying the OVA to accomplish this?

Though it may not be the correct way I’ve accomplished this using the following in apache2/conf.d/nc.conf

Alias /nextcloud “/var/www/nextcloud/”
<Directory /var/www/nextcloud/>
Options +FollowSymlinks
AllowOverride All

Dav off

SetEnv HOME /var/www/nextcloud
SetEnv HTTP_HOME /var/www/nextcloud