standardize upstream_app variable

This commit is contained in:
aptalca 2020-02-16 13:24:23 -05:00
parent c2ae00ce52
commit 06a1941230
136 changed files with 430 additions and 430 deletions

View file

@ -11,8 +11,8 @@ location /beets {
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_beets beets;
proxy_pass http://$upstream_beets:8337;
set $upstream_app beets;
proxy_pass http://$upstream_app:8337;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Scheme $scheme;