aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-02-25 18:25:17 +0000
committerMatthew Wild <mwild1@gmail.com>2010-02-25 18:25:17 +0000
commit29d4e6789526ce6edd26d26f12aef3388635cd36 (patch)
tree405caa00f19232421d26473f014a330b3f07edec /prosody.cfg.lua.dist
parentMerge with 0.6 (diff)
downloadprosody-29d4e6789526ce6edd26d26f12aef3388635cd36.tar.xz
prosody-29d4e6789526ce6edd26d26f12aef3388635cd36.zip
prosody.cfg.lua.dist: Fix missing quote in commented proxy config example
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 ab9df2b03..021f6f117 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -135,4 +135,4 @@ Host "example.com"
--Component "conference.example.com" "muc"
-- Set up a SOCKS5 bytestream proxy for server-proxied file transfers:
---Component "proxy.example.com "proxy65"
+--Component "proxy.example.com" "proxy65"