mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -07:00
Added default container name and internal IP
This commit is contained in:
parent
9cfb4b6c72
commit
3786ad0c15
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ server {
|
|||
|
||||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_app <container-name>;
|
||||
set $upstream_port <port>;
|
||||
set $upstream_app foundry;
|
||||
set $upstream_port 30000;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue