Enable http2 in nginx
This commit is contained in:
parent
4b01c915c7
commit
769ec4c2a3
3 changed files with 1 additions and 1 deletions
Binary file not shown.
BIN
binary_dependencies/nginx_1.9.5-1_amd64.deb
Normal file
BIN
binary_dependencies/nginx_1.9.5-1_amd64.deb
Normal file
Binary file not shown.
|
@ -24,7 +24,7 @@ http {
|
|||
server {
|
||||
include server-base.conf;
|
||||
|
||||
listen 443 default;
|
||||
listen 443 ssl http2 default;
|
||||
|
||||
ssl on;
|
||||
|
||||
|
|
Reference in a new issue