Add AWS ELB note about not supporting web sockets

This commit is contained in:
Drew Blessing 2019-05-02 20:39:41 +00:00
parent acaef5e35b
commit 7c60c4be65
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ detail below.
## Enabling and disabling terminal support
NOTE: **Note:** AWS Elastic Load Balancers (ELBs) do not support web sockets.
AWS Application Load Balancers (ALBs) must be used if you want web terminals
to work. See [AWS Elastic Load Balancing Product Comparison](https://aws.amazon.com/elasticloadbalancing/features/#compare)
for more information.
As web terminals use WebSockets, every HTTP/HTTPS reverse proxy in front of
Workhorse needs to be configured to pass the `Connection` and `Upgrade` headers
through to the next one in the chain. If you installed GitLab using Omnibus, or