fix timeout, cors and token issues

This commit is contained in:
Krrish Ghimire
2026-07-10 11:39:19 +05:45
parent 3e77b54d71
commit 24ca1521b4
8 changed files with 55 additions and 13 deletions

View File

@@ -10,5 +10,7 @@ server {
location /api/ {
proxy_pass http://backend:8080;
proxy_read_timeout 180s;
proxy_connect_timeout 30s;
}
}