Solution for nginx is:
| proxy_http_version 1.1; | |
|---|---|
| proxy_set_header Connection ‘’; | |
| proxy_buffering off; | |
| proxy_pass http://localhost:5678; |
Solution for nginx is:
| proxy_http_version 1.1; | |
|---|---|
| proxy_set_header Connection ‘’; | |
| proxy_buffering off; | |
| proxy_pass http://localhost:5678; |