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:
parent
15d05e55cb
commit
2bea7ec2e7
1 changed files with 1 additions and 1 deletions
|
@ -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" => "",
|
||||
|
|
Loading…
Reference in a new issue