diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-05-16 12:01:44 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-05-16 12:01:44 +0100 |
commit | 3b686ad3be847fdfe76bfb674267df2ccf84aba5 (patch) | |
tree | 321dd70cbe86beabaf0d13d59c9b2a502b42785f | |
parent | 9e0d2195f12aedb7d9767c901bde482ada9b0945 (diff) | |
download | prosody-3b686ad3be847fdfe76bfb674267df2ccf84aba5.tar.gz prosody-3b686ad3be847fdfe76bfb674267df2ccf84aba5.zip |
prosody.cfg.lua.dist: Update example to a better one
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
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
|