mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -07:00
Update tasmobackup.subdomain.conf.sample
This commit is contained in:
parent
b0d46a3f83
commit
144c202f4c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ server {
|
|||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_app tasmobackup;
|
||||
set $upstream_port 8265;
|
||||
set $upstream_port 8259;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue