From 2f861a76927bdae761b4b6bc2988e2ea5dcb0d82 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Mar 2021 15:37:06 -0600 Subject: [PATCH] Transmission here we go --- desu.local/frontend/vhost.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/desu.local/frontend/vhost.conf b/desu.local/frontend/vhost.conf index 1c58ddf..bf3efbf 100644 --- a/desu.local/frontend/vhost.conf +++ b/desu.local/frontend/vhost.conf @@ -17,3 +17,9 @@ ProxyRequests Off ProxyPass / http://192.168.102.10:8083/ + + ServerName transmission.desu.local + ProxyPreserveHost On + ProxyRequests Off + ProxyPass / http://192.168.102.10:8084/ +