Merge pull request #8371 from owncloud/example-config

Add another example to the trusted_domains config
This commit is contained in:
Thomas Müller 2014-04-26 23:00:02 +02:00
commit a1ddd23289

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" => "",