diff --git a/desu.local/frontend/vhost.conf b/desu.local/frontend/vhost.conf index 324ebfa..9ad844d 100644 --- a/desu.local/frontend/vhost.conf +++ b/desu.local/frontend/vhost.conf @@ -32,3 +32,9 @@ ProxyRequests Off ProxyPass / http://192.168.102.10:8084/ + + ServerName jackett.desu.local + ProxyPreserveHost On + ProxyRequests Off + ProxyPass / http://192.168.102.10:8085/ +