From c743291ad19bf8a8452fd3910ba1312e2f0fca21 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 2 Mar 2021 03:24:55 -0600 Subject: [PATCH] Add Jackett 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 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/ +