Browse Source

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.
tags/v7.0.0alpha2
Lukas Reschke 10 years ago
parent
commit
2bea7ec2e7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/config.sample.php

+ 1
- 1
config/config.sample.php 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" => "",

Loading…
Cancel
Save