Skip to content

Commit 77149bc

Browse files
committed
fix: agent disconnection
1 parent a642933 commit 77149bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/web-server/nginx/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
proxy_pass http://127.0.0.1:3000; # Change this to your coder deployment port default is 3000
100100
proxy_http_version 1.1;
101101
proxy_set_header Upgrade $http_upgrade;
102+
proxy_set_header Connection upgrade;
102103
proxy_set_header Host $host;
103104
proxy_set_header X-Real-IP $remote_addr;
104105
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

0 commit comments

Comments
 (0)