From 0dfe8e6b8a981be711645c45820488494a04282a Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Mar 2021 15:10:49 -0600 Subject: [PATCH] Add sonarr vhost --- 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 37ceb23..1c58ddf 100644 --- a/desu.local/frontend/vhost.conf +++ b/desu.local/frontend/vhost.conf @@ -11,3 +11,9 @@ ProxyRequests Off ProxyPass / http://192.168.102.10:8082/ + + ServerName sonarr.desu.local + ProxyPreserveHost On + ProxyRequests Off + ProxyPass / http://192.168.102.10:8083/ +