Merge pull request #237 from Roxedus/patch-1

Update organizr-auth.subfolder.conf.sample
This commit is contained in:
j0nnymoe
2020-10-27 22:33:37 +00:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@ location ~ /auth-([0-9]+) {
set $upstream_auth_app organizr;
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_pass $upstream_auth_proto://$upstream_auth_app:$upstream_auth_port/api/v2/auth?group=$1;
proxy_set_header Content-Length "";