asyncio
Last change
on this file was
c825c3a,
checked in by Fiona Klute <fiona.klute@…>, 20 months ago
|
Test suite: Move directory for server identity into authority directory
|
-
Property mode set to
100644
|
File size:
550 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | Include ${srcdir}/proxy_mods.conf |
---|
3 | |
---|
4 | LoadModule proxy_http2_module ${AP_LIBEXECDIR}/mod_proxy_http2.so |
---|
5 | |
---|
6 | GnuTLSCache ${DEFAULT_CACHE} |
---|
7 | |
---|
8 | <VirtualHost _default_:${TEST_PORT}> |
---|
9 | ServerName ${TEST_HOST} |
---|
10 | GnuTLSEnable On |
---|
11 | GnuTLSCertificateFile authority/server/x509.pem |
---|
12 | GnuTLSKeyFile authority/server/secret.key |
---|
13 | |
---|
14 | GnuTLSProxyEngine On |
---|
15 | GnuTLSProxyCAFile authority/x509.pem |
---|
16 | ProxyPass /proxy/ h2://${BACKEND_HOST}:${BACKEND_PORT}/ |
---|
17 | ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ |
---|
18 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.