Switch to using a VIP
This commit is contained in:
parent
9ef861d10c
commit
ff884a60a2
@ -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/
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName grafana.desu.local
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://192.168.102.10:8082/
|
||||
ProxyPass / http://192.168.102.200:8082/
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName sonarr.desu.local
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://192.168.102.10:8083/
|
||||
ProxyPass / http://192.168.102.200:8083/
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName transmission.desu.local
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://192.168.102.10:8084/
|
||||
ProxyPass / http://192.168.102.200:8084/
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName jackett.desu.local
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://192.168.102.10:8085/
|
||||
ProxyPass / http://192.168.102.200:8085/
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName radarr.desu.local
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://192.168.102.10:8086/
|
||||
ProxyPass / http://192.168.102.200:8086/
|
||||
</VirtualHost>
|
||||
|
Loading…
Reference in New Issue
Block a user