Update organizr-auth.subfolder.conf.sample

Required changes for the new API that's now in master
This commit is contained in:
Roxedus 2020-10-27 23:19:56 +01:00 committed by GitHub
parent 5c53b40e76
commit ec4e6b8f78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ location ~ /auth-([0-9]+) {
set $upstream_auth_app organizr; set $upstream_auth_app organizr;
set $upstream_auth_port 80; set $upstream_auth_port 80;
set $upstream_auth_proto http; 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 ""; proxy_set_header Content-Length "";