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/ +