mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -07:00
Update organizr-auth.subfolder.conf.sample
Switch to api v2 since v1 is outdated
This commit is contained in:
parent
4bd10ca6a5
commit
4ad6552c85
1 changed files with 1 additions and 1 deletions
|
@ -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 "";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue