HI,
Is there any documentation on how to change my nextcloud web address from
I’ve searched several installation guides and can’t seem to see the answer.;
Thanks in advance
Matt
HI,
Is there any documentation on how to change my nextcloud web address from
I’ve searched several installation guides and can’t seem to see the answer.;
Thanks in advance
Matt
General info about available parameters:
https://docs.nextcloud.com/server/12/admin_manual/configuration_server/config_sample_php_parameters.html#proxy-configurations
If this doesn’t help you, please post again.
All I did was change my web server’s config (virtualhost for apache) and nextcloud’s config.php. In nextcloud config.php I just replaced the old url to the new one. See @Hollerauer’s reply for the link. And my virtualhost looks like this:
<VirtualHost *:443>
ServerName nextcloud.server.lan
DocumentRoot /var/www/nextcloud
...rest of the code here
</VirtualHost>
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.