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