You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/10/13 21:11:09 UTC

couchdb commit: updated refs/heads/master to ca6bea4

Repository: couchdb
Updated Branches:
  refs/heads/master 5449edb15 -> ca6bea4bb


Correct the module in the example httpsd configuration


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ca6bea4b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ca6bea4b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ca6bea4b

Branch: refs/heads/master
Commit: ca6bea4bb4c63ef6347bad783d3e4ae267d048d9
Parents: 5449edb
Author: Robert Newson <rn...@apache.org>
Authored: Thu Oct 13 22:10:43 2016 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Oct 13 22:11:00 2016 +0100

----------------------------------------------------------------------
 rel/overlay/etc/local.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ca6bea4b/rel/overlay/etc/local.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/local.ini b/rel/overlay/etc/local.ini
index 712159c..cd3080e 100644
--- a/rel/overlay/etc/local.ini
+++ b/rel/overlay/etc/local.ini
@@ -63,7 +63,7 @@
 [daemons]
 ; enable SSL support by uncommenting the following line and supply the PEM's below.
 ; the default ssl port CouchDB listens on is 6984
-; httpsd = {couch_httpd, start_link, [https]}
+; httpsd = {chttpd, start_link, [https]}
 
 [ssl]
 ;cert_file = /full/path/to/server_cert.pem