From f3cfa01b7475a295f944ad37d9c77ba9079350b9 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 11 Mar 2021 10:34:19 -0600 Subject: [PATCH] Add netbox vhost --- desu.local/frontend/vhost.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/desu.local/frontend/vhost.conf b/desu.local/frontend/vhost.conf index 12374cb..d4c2e2e 100644 --- a/desu.local/frontend/vhost.conf +++ b/desu.local/frontend/vhost.conf @@ -45,3 +45,9 @@ ProxyRequests Off ProxyPass / http://192.168.102.200:8086/ + + ServerName netbox.desu.local + ProxyPreserveHost On + ProxyRequests Off + ProxyPass / http://192.168.102.200:8087/ +