Add another example to the trusted_domains config

Users often ask in IRC or the forum how to add another domain. 
Hopefully they will be able to find it out on their own if we have an example with two domains.
This commit is contained in:
Lukas Reschke 2014-04-26 22:37:30 +02:00
parent 15d05e55cb
commit 2bea7ec2e7

View File

@ -54,7 +54,7 @@ $CONFIG = array(
"proxyuserpwd" => "",
/* List of trusted domains, to prevent host header poisoning ownCloud is only using these Host headers */
'trusted_domains' => array('demo.owncloud.org'),
'trusted_domains' => array('demo.owncloud.org', 'otherdomain.owncloud.org'),
/* Theme to use for ownCloud */
"theme" => "",