Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Nov 22, 2024
1 parent f476512 commit 67987e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nginx/l2-rpc.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ server {
proxy_pass http://localhost:9546;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;

Expand Down

0 comments on commit 67987e2

Please sign in to comment.