fix: add authorize for gotrue

This commit is contained in:
Fu Zi Xiang 2023-09-18 20:57:36 +08:00
parent 79c8b9478f
commit 2352f3dcab
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}