diff --git a/desu.local/frontend/vhost.conf b/desu.local/frontend/vhost.conf index 9ad844d..7e4575b 100644 --- a/desu.local/frontend/vhost.conf +++ b/desu.local/frontend/vhost.conf @@ -38,3 +38,9 @@ ProxyRequests Off ProxyPass / http://192.168.102.10:8085/ + + ServerName radarr.desu.local + ProxyPreserveHost On + ProxyRequests Off + ProxyPass / http://192.168.102.10:8086/ +