Enable http2 in nginx

This commit is contained in:
Joseph Schorr 2015-12-04 17:06:55 -05:00
parent 4b01c915c7
commit 769ec4c2a3
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -24,7 +24,7 @@ http {
server {
include server-base.conf;
listen 443 default;
listen 443 ssl http2 default;
ssl on;