fix nginx routing for sse
All checks were successful
CI / build-test (push) Successful in 2m9s
Deploy Staging (Docker) / deploy (push) Successful in 41s

This commit is contained in:
bachhungcb 2026-05-12 14:44:59 +07:00
parent 76d45e6976
commit 5e53c17de9

View File

@ -121,7 +121,7 @@ server {
} }
location /api/Sse/events { location /api/Sse/events {
proxy_pass http://$backend_server/api/Sse/events; proxy_pass http://$backend_server;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Connection ''; proxy_set_header Connection '';