Skip to content

Commit 53f2d85

Browse files
authored
Fixed the ssl error on proxied nginx (#1005)
1 parent 107e6b8 commit 53f2d85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/hub/nginx.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ server {
1616
proxy_http_version 1.1;
1717
proxy_set_header Connection "";
1818
19+
# Enable fast reply in SSE
20+
proxy_buffering off;
21+
1922
## Be sure to set USE_FORWARDED_HEADERS=1 to allow the hub to use those headers ##
2023
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
2124
proxy_set_header X-Forwarded-Host $host;

0 commit comments

Comments
 (0)