mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
standardize upstream_app variable
This commit is contained in:
parent
c2ae00ce52
commit
06a1941230
136 changed files with 430 additions and 430 deletions
|
@ -23,7 +23,7 @@ server {
|
|||
#error_page 401 =200 /login;
|
||||
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_duplicati duplicati;
|
||||
proxy_pass http://$upstream_duplicati:8200;
|
||||
set $upstream_app duplicati;
|
||||
proxy_pass http://$upstream_app:8200;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue