summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2016-10-13 22:10:43 +0100
committerRobert Newson <rnewson@apache.org>2016-10-13 22:11:00 +0100
commitca6bea4bb4c63ef6347bad783d3e4ae267d048d9 (patch)
tree1f42dd1309d82f61eedbaae3d3c00d5c96d0c361
parent5449edb157a1077b47a30e30f66ba9e7c91b43d0 (diff)
downloadcouchdb-ca6bea4bb4c63ef6347bad783d3e4ae267d048d9.tar.gz
Correct the module in the example httpsd configuration
-rw-r--r--rel/overlay/etc/local.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/overlay/etc/local.ini b/rel/overlay/etc/local.ini
index 712159c97..cd3080ecf 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