From feaf8d35a37f5ac45a597a59c2d3c3ae321bbddd Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 4 Mar 2021 11:39:45 -0600 Subject: [PATCH] Add vhost for Radarr whoops --- 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 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/ +