diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-02-25 18:25:17 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-02-25 18:25:17 +0000 |
commit | 29d4e6789526ce6edd26d26f12aef3388635cd36 (patch) | |
tree | 405caa00f19232421d26473f014a330b3f07edec /prosody.cfg.lua.dist | |
parent | 52d66e52676c48d453fa286be2c5587dce80afb4 (diff) | |
download | prosody-29d4e6789526ce6edd26d26f12aef3388635cd36.tar.gz 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.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index ab9df2b0..021f6f11 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" |