diff options
-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 |