Fix nginx oauth config

This commit is contained in:
Timofey Boyko 2023-10-27 12:29:25 +03:00
parent f745a71e43
commit 40d19b1746

View File

@ -281,8 +281,7 @@ server {
}
}
location ~* /oauth2 {
proxy_redirect off;
location /oauth2 {
proxy_pass http://127.0.0.1:8080;
}