diff --git a/desu.local/frontend/vhost.conf b/desu.local/frontend/vhost.conf index 046cd2a..37ceb23 100644 --- a/desu.local/frontend/vhost.conf +++ b/desu.local/frontend/vhost.conf @@ -1,7 +1,13 @@ # vim:set ft=apache: -ServerName jellyfin.desu.local -ProxyPreserveHost On -ProxyRequests Off -ProxyPass / http://192.168.102.10:8081/ + ServerName jellyfin.desu.local + ProxyPreserveHost On + ProxyRequests Off + ProxyPass / http://192.168.102.10:8081/ + + + ServerName grafana.desu.local + ProxyPreserveHost On + ProxyRequests Off + ProxyPass / http://192.168.102.10:8082/