We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e69303 commit ba5c065Copy full SHA for ba5c065
board/opentrons/ot2/rootfs-overlay/etc/nginx/nginx.conf
@@ -39,9 +39,6 @@ http {
39
proxy_read_timeout 1h;
40
proxy_pass http://unix:/run/aiohttp.sock;
41
42
- # Proxying these hop-by-hop headers is necessary for WebSockets.
43
- proxy_set_header Upgrade $http_upgrade;
44
- proxy_set_header Connection "upgrade";
45
# need for uploading large protocols
46
client_max_body_size 0;
47
}
0 commit comments