Update netboot.subdomain.conf.sample

left remnant of original config in, had to remove
This commit is contained in:
driz 2020-03-07 10:28:57 -05:00 committed by GitHub
parent dda295e229
commit 5b386216e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}