summaryrefslogtreecommitdiff
path: root/www-servers/apache/files
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/apache/files')
-rw-r--r--www-servers/apache/files/41_mod_http2.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/www-servers/apache/files/41_mod_http2.conf b/www-servers/apache/files/41_mod_http2.conf
new file mode 100644
index 00000000000..68b4838c8e3
--- /dev/null
+++ b/www-servers/apache/files/41_mod_http2.conf
@@ -0,0 +1,9 @@
+<IfDefine SSL>
+ <IfModule http2_module>
+ # enable debugging for this module
+ #LogLevel http2:info
+
+ #Enable HTTP/2 support
+ Protocols h2 http/1.1
+ </IfModule>
+</IfDefine>