mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #8371 from owncloud/example-config
Add another example to the trusted_domains config
This commit is contained in:
commit
a1ddd23289
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