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/ +