mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
8 lines
177 B
Text
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>
|