ports/www/mod_http2-devel/files/200_mod_http2.conf.in
Bernard Spil 4737ea49c6 www/mod_http2-devel: Move to modules.d
- Unbreak build
 - Use pkg-plist
 - Add modules.d config files
2018-04-15 19:20:34 +00:00

8 lines
177 B
Text

# To enable, uncomment the LoadModule line
# LoadModule md_module %%APACHE_MODDIR%%/mod_h2.so
<IfModule http2_module>
Protocols h2 http/1.1
ProtocolsHonorOrder On
</IfModule>