diff options
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/files/41_mod_http2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/apache/files/41_mod_http2.conf b/www-servers/apache/files/41_mod_http2.conf index 68b4838c8e34..e4c9454e0127 100644 --- a/www-servers/apache/files/41_mod_http2.conf +++ b/www-servers/apache/files/41_mod_http2.conf @@ -4,6 +4,6 @@ #LogLevel http2:info #Enable HTTP/2 support - Protocols h2 http/1.1 + Protocols h2 h2c http/1.1 </IfModule> </IfDefine> |