Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-11-03 12:55:52 +0300
committerLukas Reschke <lukas@owncloud.com>2014-11-03 18:53:03 +0300
commite73ccbd4cade0622615ee133496a571ac1d6dba7 (patch)
tree114c981b1ae7ae1e050dbfe74c1333b238a2b178 /config
parentf8f38b06dfef0af2555124cf0d1ec55402aa8c8c (diff)
Migrate "setsecurity.php" to the AppFramework
Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index a53521485e6..1f1447e22ee 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -664,6 +664,12 @@ $CONFIG = array(
'forcessl' => false,
/**
+ * Change this to ``true`` to require HTTPS connections also for all subdomains.
+ * Works only together when `forcessl` is set to true.
+ */
+'forceSSLforSubdomains' => false,
+
+/**
* Extra SSL options to be used for configuration.
*/
'openssl' => array(