Fix typo in gitlab_ssl config

This commit is contained in:
solidnerd 2016-12-26 15:09:42 +01:00
parent 927236f3db
commit 30e32a41af
No known key found for this signature in database
GPG Key ID: C300D44AB5469BE5

View File

@ -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;
}