Last active
July 30, 2018 16:51
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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