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

@ -17,8 +17,8 @@ location ~ /auth-([0-9]+) {
internal;
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_organizr organizr;
proxy_pass http://$upstream_organizr:80/api/?v1/auth&group=$1;
set $upstream_app organizr;
proxy_pass http://$upstream_app:80/api/?v1/auth&group=$1;
proxy_set_header Content-Length "";
# Do not uncomment the lines below, these are examples for usue in other proxy configs