Sfoglia il codice sorgente

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 anni fa
parent
commit
2bea7ec2e7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      config/config.sample.php

+ 1
- 1
config/config.sample.php Vedi 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…
Annulla
Salva