aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-11-15 12:57:53 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-11-15 12:57:53 +0300
commit11ee896f107e566a0043abf4819cab62497b89c3 (patch)
tree79d49cfbfa697cf94ef1b6797045ea79215bc7cb
parentImprove some error log messages (diff)
Improve ACME description
-rw-r--r--ejabberd.yml.example7
1 files changed, 4 insertions, 3 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 05501400b..bb390b4b2 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -662,10 +662,11 @@ language: "en"
## an http listener has to be configured to listen to port 80 so that
## the authorization challenges posed by "Let's Encrypt" can be solved.
##
-## A simple way of doing this would be to add the following in the listen
-## configuration field:
+## A simple way of doing this would be to add the following in the listening
+## section and to configure port forwarding from 80 to 5280 either via NAT
+## (for ipv4 only) or using frontends such as haproxy/nginx/sslh/etc.
## -
-## port: 80
+## port: 5280
## ip: "::"
## module: ejabberd_http