Skip to content

Commit

Permalink
fix (nginx): disable buferring to allow streaming data with sveltekit
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeName-Anti committed Mar 11, 2025
1 parent 252e7a6 commit 0e7faf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ server {
location / {
proxy_pass http://navigator-frontend:3000; # container_name of the frontend
proxy_http_version 1.1;
proxy_buffering off;

proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
Expand Down

0 comments on commit 0e7faf4

Please sign in to comment.