mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
Update netboot.subdomain.conf.sample
left remnant of original config in, had to remove
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user