From 5b386216e3304c9574367313d0312182a64faad7 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Sat, 7 Mar 2020 10:28:57 -0500 Subject: [PATCH] Update netboot.subdomain.conf.sample left remnant of original config in, had to remove --- netboot.subdomain.conf.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/netboot.subdomain.conf.sample b/netboot.subdomain.conf.sample index bcc5a2d..19b5d7b 100644 --- a/netboot.subdomain.conf.sample +++ b/netboot.subdomain.conf.sample @@ -27,7 +27,6 @@ server { set $upstream_app netboot; set $upstream_port 3000; set $upstream_proto http; - set $upstream_netboot netboot; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }