nginx: spdy is now http2

This commit is contained in:
Sameer Naik 2016-06-01 08:34:15 +05:30
parent c1f8c1373d
commit 8cc288504f

View File

@ -41,8 +41,8 @@ server {
## HTTPS host
server {
listen 0.0.0.0:443 ssl spdy;
listen [::]:443 ssl spdy default_server;
listen 0.0.0.0:443 ssl http2;
listen [::]:443 ssl http2 default_server;
server_name {{GITLAB_HOST}}; ## Replace this with something like gitlab.example.com
server_tokens off; ## Don't show the nginx version number, a security best practice