diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-11-11 20:37:50 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-11-11 20:37:50 +0100 |
commit | 4c1244f50c78b16c670f9ef1a8e33ef4b30d0d77 (patch) | |
tree | fd58111b3105e3f2bbc9a1efd186cbfe25a222b4 /config/config.sample.php | |
parent | 3ecb3f16bf51bf2b691292212e72081c6353a3d4 (diff) | |
parent | e73ccbd4cade0622615ee133496a571ac1d6dba7 (diff) | |
download | nextcloud-server-4c1244f50c78b16c670f9ef1a8e33ef4b30d0d77.tar.gz nextcloud-server-4c1244f50c78b16c670f9ef1a8e33ef4b30d0d77.zip |
Merge pull request #11917 from owncloud/fix-11909
Add checkbox to enforce SSL for subdomains
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 6 |
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( |