aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-05-16 12:01:44 +0100
committerMatthew Wild <mwild1@gmail.com>2009-05-16 12:01:44 +0100
commit3b686ad3be847fdfe76bfb674267df2ccf84aba5 (patch)
tree321dd70cbe86beabaf0d13d59c9b2a502b42785f /prosody.cfg.lua.dist
parent9e0d2195f12aedb7d9767c901bde482ada9b0945 (diff)
downloadprosody-3b686ad3be847fdfe76bfb674267df2ccf84aba5.tar.gz
prosody-3b686ad3be847fdfe76bfb674267df2ccf84aba5.zip
prosody.cfg.lua.dist: Update example to a better one
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index c945e343..182f8889 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -15,7 +15,7 @@
-- A table is a list of values, except each value has a name. An
-- example would be:
--
--- logging = { type = "html", directory = "/var/logs", rotate = "daily" }
+-- ssl = { key = "keyfile.key", certificate = "certificate.cert" }
--
-- Whitespace (that is tabs, spaces, line breaks) is mostly insignificant, so
-- can