summarylogtreecommitdiffstats
path: root/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'example.conf')
-rw-r--r--example.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/example.conf b/example.conf
index 10082bf73b82..c6552fdb3a89 100644
--- a/example.conf
+++ b/example.conf
@@ -1,4 +1,7 @@
-# Before first run you need to configure http server so that directory "/run/acme-challenge" was the alias of "/.well-known/acme-challenge"
+# Before first run you need to configure http server
+# so that directory "/run/acme-challenge"
+# was the alias of "/.well-known/acme-challenge"
+#
# Nginx example:
# location /.well-known/acme-challenge {
# alias /run/acme-challenge;