Merge pull request #1031 from coreos-inc/http2

Enable http2 in nginx
This commit is contained in:
josephschorr 2015-12-07 14:26:22 -05:00
commit 0876fc754a
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;