Add vhost for Radarr

whoops
This commit is contained in:
Salt 2021-03-04 11:39:45 -06:00
parent ccb703e160
commit feaf8d35a3

View File

@ -38,3 +38,9 @@
ProxyRequests Off
ProxyPass / http://192.168.102.10:8085/
</VirtualHost>
<VirtualHost *:80>
ServerName radarr.desu.local
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.10:8086/
</VirtualHost>