From 1cc0bcc140402782d1a1a04bc1710816e9d38b7e Mon Sep 17 00:00:00 2001 From: j52m <65143495+j52m@users.noreply.github.com> Date: Fri, 25 Dec 2020 04:45:57 -0500 Subject: [PATCH] Update cms_made_simple.stpl --- .../debian/10/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/debian/10/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/debian/10/templates/web/nginx/php-fpm/cms_made_simple.stpl index 6d24f8b5b..cf8fad566 100644 --- a/install/debian/10/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/debian/10/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_ssl_port% ssl https; + listen %ip%:%web_ssl_port% ssl http2; server_name %domain_idn% %alias_idn%; root %sdocroot%; index index.php index.html index.htm;