mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-01-18 13:10:37 +00:00
proxy65_address = proxy. .. domain
This commit is contained in:
parent
45606c0471
commit
9da112dc1f
1 changed files with 1 additions and 2 deletions
|
@ -9,10 +9,9 @@ VirtualHost (domain)
|
|||
|
||||
-- Set up a SOCKS5 bytestream proxy for server-proxied file transfers
|
||||
Component ("proxy." .. domain) "proxy65"
|
||||
proxy65_address = domain
|
||||
proxy65_address = "proxy." .. domain
|
||||
proxy65_acl = { domain }
|
||||
|
||||
|
||||
-- Set up a http file upload because proxy65 is not working in muc
|
||||
-- Component (domain) "http_upload"
|
||||
-- is set-up via modules_enabled
|
||||
|
|
Loading…
Reference in a new issue