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.
remotes/origin/stable6
Lukas Reschke 12 years ago
parent 2c92ef9e64
commit e5def25f40
  1. 2
      config/config.sample.php

@ -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…
Cancel
Save