Skip to content

Commit ba5c065

Browse files
authored
fix(recipes-robot): we should not set proxy headers for the /protocols endpoint in nginx conf (#193)
1 parent 2e69303 commit ba5c065

File tree

1 file changed

+0
-3
lines changed
  • board/opentrons/ot2/rootfs-overlay/etc/nginx

1 file changed

+0
-3
lines changed

board/opentrons/ot2/rootfs-overlay/etc/nginx/nginx.conf

-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ http {
3939
proxy_read_timeout 1h;
4040
proxy_pass http://unix:/run/aiohttp.sock;
4141

42-
# Proxying these hop-by-hop headers is necessary for WebSockets.
43-
proxy_set_header Upgrade $http_upgrade;
44-
proxy_set_header Connection "upgrade";
4542
# need for uploading large protocols
4643
client_max_body_size 0;
4744
}

0 commit comments

Comments
 (0)