mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
8 lines
247 B
Text
8 lines
247 B
Text
# To enable, uncomment the LoadModule line
|
|
|
|
# LoadModule proxy_http2_module %%APACHE_MODDIR%%/mod_proxy_h2.so
|
|
|
|
<IfModule proxy_http2_module>
|
|
# ProxyPass "/app" "h2://app.example.com"
|
|
# ProxyPassReverse "/app" "https://app.example.com"
|
|
</IfModule>
|