Skip to content

Allow NGINX to pass websocket requests to Workhorse

Nick Thomas requested to merge (removed):1769-proxy-websockets into master

gitlab-workhorse!83 (merged) adds a websocket endpoint to Workhorse. To use this, NGINX must be configured to pass through the Connection: upgrade and Upgrade: websocket headers if present. This already happens if we're proxying mattermost, so we just extend the mechanism to cover workhorse here.

Closes #1769 (closed)

Edited by GitLab Release Tools Bot

Merge request reports