# vim:set ft=apache:
ServerName desu.local
DocumentRoot /usr/local/apache2/htdocs
AllowOverride All
Options -Indexes +FollowSymLinks
Require all granted
ServerName jellyfin.desu.local
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /socket http://192.168.102.10:8081/
ProxyPass / http://192.168.102.10:8081/
ServerName grafana.desu.local
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.10:8082/
ServerName sonarr.desu.local
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.10:8083/
ServerName transmission.desu.local
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.10:8084/
ServerName jackett.desu.local
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.10:8085/
ServerName radarr.desu.local
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.10:8086/