mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge pull request #1033 from solidnerd/fix_nginx_ssl_websocket
Fix typo in gitlab_ssl config
This commit is contained in:
commit
62016a5538
@ -24,7 +24,7 @@ upstream gitlab-workhorse {
|
||||
server localhost:8181 fail_timeout=0;
|
||||
}
|
||||
|
||||
map $http_upgrade $connection_upgrade_gitlab {
|
||||
map $http_upgrade $connection_upgrade_gitlab_ssl {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user