prosody.cfg.lua.dist: Update example to a better one

Sat, 16 May 2009 12:01:44 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 16 May 2009 12:01:44 +0100
changeset 1176
2be14b7021b2
parent 1175
edef0c10e076
child 1177
97ecfcec2d71

prosody.cfg.lua.dist: Update example to a better one

prosody.cfg.lua.dist file | annotate | diff | comparison | revisions
--- a/prosody.cfg.lua.dist	Sat May 16 15:56:45 2009 +0500
+++ b/prosody.cfg.lua.dist	Sat May 16 12:01:44 2009 +0100
@@ -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 

mercurial