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