Skip to content

Commit

Permalink
Fixed the ssl error on proxied nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
erseco committed Feb 6, 2025
1 parent 6c2d07d commit cbaf9b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/hub/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ server {
proxy_http_version 1.1;
proxy_set_header Connection "";
# Enable fast reply in SSE
proxy_buffering off;
## Be sure to set USE_FORWARDED_HEADERS=1 to allow the hub to use those headers ##
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $host;
Expand Down

0 comments on commit cbaf9b8

Please sign in to comment.