From 2352f3dcab6dc08241c11713f389e2517c7c84a5 Mon Sep 17 00:00:00 2001 From: Fu Zi Xiang Date: Mon, 18 Sep 2023 20:57:36 +0800 Subject: [PATCH] fix: add authorize for gotrue --- nginx/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index bb7a0c2e..f8b75b78 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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; }