From 6b230b7f4c2a882585a853942b8392f5df6e3680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Mon, 19 Jun 2017 15:20:26 +0200 Subject: [PATCH] enable http2 #20797 --- 2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf b/2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf index 5fc64b97..9e1a6b1d 100644 --- a/2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf +++ b/2.Common_services/5.Nginx/vhost_mediaserver-msuser.conf @@ -15,7 +15,7 @@ server { } server { - listen 443 ssl; + listen 443 ssl http2; server_name {{ server_name }}; root /var/www/msuser; -- GitLab