fix: add authorize for gotrue
This commit is contained in:
parent
79c8b9478f
commit
2352f3dcab
|
|
@ -17,6 +17,9 @@ http {
|
||||||
location /verify {
|
location /verify {
|
||||||
proxy_pass http://gotrue:9999;
|
proxy_pass http://gotrue:9999;
|
||||||
}
|
}
|
||||||
|
location /authorize {
|
||||||
|
proxy_pass http://gotrue:9999;
|
||||||
|
}
|
||||||
location /callback {
|
location /callback {
|
||||||
proxy_pass http://gotrue:9999;
|
proxy_pass http://gotrue:9999;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue