fix nginx routing for sse
This commit is contained in:
parent
76d45e6976
commit
5e53c17de9
|
|
@ -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 '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user