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:
authorOwen Winkler <epithet@gmail.com>2013-08-19 14:36:19 +0400
committerringmaster <epithet@gmail.com>2013-09-02 17:59:00 +0400
commit9a263a500abb6e6eaf482fcb962fcd9d652e076c (patch)
tree2f318816e4d4e519e6478a9f57aef36dda9c3a46 /config
parentfb34f49913e55731031a2e5c1b8041259df5c5ef (diff)
Employ config option for OpenSSL config file, if provided.
This should help make OpenSSL configuration on Windows servers easier by allowing the openssl.cnf file to be set directly in the ownCloud config, rather than in SetEnv commands that don't exist and are hard to replicate in IIS.
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 6425baf87cb..51ef60588d6 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -217,6 +217,6 @@ $CONFIG = array(
// Extra SSL options to be used for configuration
'openssl' => array(
- //'config' => '/path/to/openssl.cnf',
+ //'config' => '/absolute/location/of/openssl.cnf',
),
);