From ff884a60a26494c60c922df6beb4c74271d5616e Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 11 Mar 2021 10:29:34 -0600 Subject: [PATCH] Switch to using a VIP --- desu.local/frontend/vhost.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/desu.local/frontend/vhost.conf b/desu.local/frontend/vhost.conf index 42bf63f..12374cb 100644 --- a/desu.local/frontend/vhost.conf +++ b/desu.local/frontend/vhost.conf @@ -12,36 +12,36 @@ ServerName jellyfin.desu.local ProxyPreserveHost On ProxyRequests Off - ProxyPass /socket http://192.168.102.10:8081/ - ProxyPass / http://192.168.102.10:8081/ + ProxyPass /socket http://192.168.102.200:8081/ + ProxyPass / http://192.168.102.200:8081/ ServerName grafana.desu.local ProxyPreserveHost On ProxyRequests Off - ProxyPass / http://192.168.102.10:8082/ + ProxyPass / http://192.168.102.200:8082/ ServerName sonarr.desu.local ProxyPreserveHost On ProxyRequests Off - ProxyPass / http://192.168.102.10:8083/ + ProxyPass / http://192.168.102.200:8083/ ServerName transmission.desu.local ProxyPreserveHost On ProxyRequests Off - ProxyPass / http://192.168.102.10:8084/ + ProxyPass / http://192.168.102.200:8084/ ServerName jackett.desu.local ProxyPreserveHost On ProxyRequests Off - ProxyPass / http://192.168.102.10:8085/ + ProxyPass / http://192.168.102.200:8085/ ServerName radarr.desu.local ProxyPreserveHost On ProxyRequests Off - ProxyPass / http://192.168.102.10:8086/ + ProxyPass / http://192.168.102.200:8086/