diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-04-26 22:37:30 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-04-26 22:37:30 +0200 |
commit | 2bea7ec2e7c56c147f7f28c2a8fa639ab2c9c4c2 (patch) | |
tree | c867803495a9ad92a5ef75de27462ceed66a591a /config/config.sample.php | |
parent | 15d05e55cbbdebe60701b7319e7cad9f63e9d413 (diff) | |
download | nextcloud-server-2bea7ec2e7c56c147f7f28c2a8fa639ab2c9c4c2.tar.gz nextcloud-server-2bea7ec2e7c56c147f7f28c2a8fa639ab2c9c4c2.zip |
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.
Diffstat (limited to 'config/config.sample.php')
-rwxr-xr-x | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index adcc175e2fa..12affc1c81f 100755 --- a/config/config.sample.php +++ b/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" => "", |