asynciodebian/masterproxy-ticket
Last change
on this file since f674424 was
f674424,
checked in by Fiona Klute <fiona.klute@…>, 2 years ago
|
First prototype of proxy ALPN support
The current code assumes that the "proxy-request-alpn-protos"
connection note will always contain exactly one protocol if present,
which is what mod_proxy_http2 does.
|
-
Property mode set to
100644
|
File size:
324 bytes
|
Line | |
---|
1 | Include ${PWD}/proxy_backend.conf |
---|
2 | |
---|
3 | LoadModule http2_module ${AP_LIBEXECDIR}/mod_http2.so |
---|
4 | |
---|
5 | GnuTLSCache ${BACKEND_CACHE} |
---|
6 | |
---|
7 | <VirtualHost _default_:${BACKEND_PORT}> |
---|
8 | ServerName ${BACKEND_HOST} |
---|
9 | Protocols h2 http/1.1 |
---|
10 | GnuTLSEnable On |
---|
11 | GnuTLSCertificateFile server/x509.pem |
---|
12 | GnuTLSKeyFile server/secret.key |
---|
13 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.