This commit is contained in:
Eric Nemchik 2020-09-25 11:22:37 -05:00
parent fda885d4c3
commit 20fe3752cb
19 changed files with 59 additions and 105 deletions

View file

@ -21,6 +21,7 @@ location ~ /auth-([0-9]+) {
set $upstream_auth_port 80;
set $upstream_auth_proto http;
proxy_pass $upstream_auth_proto://$upstream_auth_app:$upstream_auth_port/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