From 1a08bacb3cbef619f1cca65322d0848d8838d706 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Tue, 16 Nov 2010 10:58:13 +0000 Subject: Keep SSL options together. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1035584 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/local.ini | 8 ++++---- 1 file 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 -- cgit v1.2.3