mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
standardize upstream_app variable
This commit is contained in:
parent
c2ae00ce52
commit
06a1941230
136 changed files with 430 additions and 430 deletions
|
@ -15,9 +15,9 @@ location ^~ /freshrss/ {
|
|||
|
||||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_freshrss freshrss;
|
||||
set $upstream_app freshrss;
|
||||
rewrite /freshrss(.*) $1 break;
|
||||
proxy_pass http://$upstream_freshrss:80;
|
||||
proxy_pass http://$upstream_app:80;
|
||||
|
||||
proxy_redirect off;
|
||||
proxy_buffering off;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue