From 90d4a7438c231379586bbcd4639a5e764dc68407 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Mar 2021 15:02:01 -0600 Subject: [PATCH] Add more vhosts --- desu.local/frontend/vhost.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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/