mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 21:11:31 -07:00
Update netboot.subdomain.conf.sample
left remnant of original config in, had to remove
This commit is contained in:
parent
dda295e229
commit
5b386216e3
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ server {
|
||||||
set $upstream_app netboot;
|
set $upstream_app netboot;
|
||||||
set $upstream_port 3000;
|
set $upstream_port 3000;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
set $upstream_netboot netboot;
|
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue