From 9da112dc1fc840f6652e7af2d5b3b5baf5fe7a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Sun, 31 May 2020 17:26:17 +0200 Subject: [PATCH] proxy65_address = proxy. .. domain --- conf.d/04-vhost.cfg.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.d/04-vhost.cfg.lua b/conf.d/04-vhost.cfg.lua index f8b5f5a..0bc9173 100644 --- a/conf.d/04-vhost.cfg.lua +++ b/conf.d/04-vhost.cfg.lua @@ -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