mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-10 23:32:54 -07:00
restore missing template new lne
This commit is contained in:
parent
d9843722c1
commit
3e1a4cc6cf
1 changed files with 1 additions and 0 deletions
|
@ -35,5 +35,6 @@ server {
|
||||||
set $upstream_port 5055;
|
set $upstream_port 5055;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
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