Mercurial > sat_docs
changeset 82:5824dee4ea2b
docker (prosody): fixed htt_upload domain + removed bad copy/paste lines
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 18 Feb 2016 14:43:33 +0100 |
parents | 697d7234d2ed |
children | 8dd32aa49614 |
files | docker/prosody/prosody.cfg.lua |
diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/docker/prosody/prosody.cfg.lua Thu Feb 18 14:13:56 2016 +0100 +++ b/docker/prosody/prosody.cfg.lua Thu Feb 18 14:43:33 2016 +0100 @@ -133,13 +133,7 @@ ["pubsub."..domain] = { roster = "get"; message = "outgoing"; - -- presence = "roster"; }, - -- ["louise@necton3.int"] = { - -- roster = "both"; - -- message = "outgoing"; - -- presence = "roster"; - -- }, } delegations = { @@ -161,7 +155,7 @@ Component ("proxy."..domain) "proxy65" -- 50 MiB limit for upload -Component "upload.necton3.int" "http_upload" +Component ("upload."..domain) "http_upload" http_upload_file_size_limit = 50 * 1024 * 1024 Component ("pubsub."..domain)