disable old apache, because broken ebuild
[portage-squeep] / www-servers / apache / files / 41_mod_http2.conf
diff --git a/www-servers/apache/files/41_mod_http2.conf b/www-servers/apache/files/41_mod_http2.conf
deleted file mode 100644 (file)
index e4c9454..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<IfDefine SSL>
-  <IfModule http2_module>
-    # enable debugging for this module
-    #LogLevel http2:info
-
-    #Enable HTTP/2 support
-    Protocols h2 h2c http/1.1
-  </IfModule>
-</IfDefine>