Skip to content

Instantly share code, notes, and snippets.

@aursu
Last active July 30, 2018 16:51
Show Gist options
  • Save aursu/fbbcb168d48334b03774fc002f4278f4 to your computer and use it in GitHub Desktop.
Save aursu/fbbcb168d48334b03774fc002f4278f4 to your computer and use it in GitHub Desktop.
GitLab Omnibus distribution | Nginx nginx.conf: include /etc/nginx/conf.d/00-proxy.conf
# http://nginx.org/en/docs/http/websocket.html
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment