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:
authorThomas Müller <thomas.mueller@tmit.eu>2014-11-11 22:37:50 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2014-11-11 22:37:50 +0300
commit4c1244f50c78b16c670f9ef1a8e33ef4b30d0d77 (patch)
treefd58111b3105e3f2bbc9a1efd186cbfe25a222b4 /config
parent3ecb3f16bf51bf2b691292212e72081c6353a3d4 (diff)
parente73ccbd4cade0622615ee133496a571ac1d6dba7 (diff)
Merge pull request #11917 from owncloud/fix-11909
Add checkbox to enforce SSL for subdomains
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 59f892d133b..daca5aed362 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -672,6 +672,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(