Skip to content

Commit

Permalink
fix env substitution issue of proxy_set_header #3196
Browse files Browse the repository at this point in the history
  • Loading branch information
abidkhan484 committed Jan 1, 2024
1 parent 2123621 commit 9690387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf.dev
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http {
location / {
proxy_pass http://web:3000/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Upgrade $${empty}http_upgrade;
proxy_set_header Connection "upgrade";
}

Expand Down

0 comments on commit 9690387

Please sign in to comment.