Forum archive
ownCloud TC - untrusted domain error
Hi people,
I have just download and install the great virtual apliance /owncloud
I try to reach the web interface of mine owncloud 192.168.0.xx
but of course I hit the "untrusted domain" I have read that I have to change the config.php file of owncloud. but I could find it !
either in that path
/usr/share/owncloud/config/config.php
or
/var/www/owncloud/config/config.php
any idea how to solve this problem ?
thx


FWIW /etc/APP_NAME is the default location for config files relating to software installed by Debian package management.
If we install software from upstream then /var/www/AP_NAME is the default install path for hosted web app installs. The exact path to the config within that is as per default upstream relative path. If the config can be stored outside the default path, then more often that not, we'll put it in /etc.