ports/www/mod_http2-devel/files/300_mod_proxy_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
238 B
Text

# To enable, uncomment the LoadModule line
# LoadModule md_module %%APACHE_MODDIR%%/mod_proxy_h2.so
<IfModule proxy_http2_module>
# ProxyPass "/app" "h2://app.example.com"
# ProxyPassReverse "/app" "https://app.example.com"
</IfModule>