diff options
author | Jan Lehnardt <jan@apache.org> | 2010-11-16 10:58:13 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2010-11-16 10:58:13 +0000 |
commit | 1a08bacb3cbef619f1cca65322d0848d8838d706 (patch) | |
tree | 7ec22869ccfbd17873d0e02fdaefa9d3009bb354 /etc/couchdb | |
parent | 424569de13938b7de8b9722fc304fb7744466de3 (diff) |
Keep SSL options together.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1035584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/local.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini index 7ab05446..d3c21577 100644 --- a/etc/couchdb/local.ini +++ b/etc/couchdb/local.ini @@ -32,16 +32,16 @@ [log] ;level = debug -[daemons] -; enable SSL support by uncommenting the following line and supply the PEM's below. -; httpsd = {couch_httpd, start_link, [https]} - [os_daemons] ; For any commands listed here, CouchDB will attempt to ensure that ; the process remains alive while CouchDB runs as well as shut them ; down when CouchDB exits. ;foo = /path/to/command -with args +[daemons] +; enable SSL support by uncommenting the following line and supply the PEM's below. +; httpsd = {couch_httpd, start_link, [https]} + [ssl] ;cert_file = /full/path/to/server_cert.pem ;key_file = /full/path/to/server_key.pem |