asyncioproxy-ticket
Last change
on this file since 0f52d48 was
c825c3a,
checked in by Fiona Klute <fiona.klute@…>, 3 years ago
|
Test suite: Move directory for server identity into authority directory
|
-
Property mode set to
100644
|
File size:
344 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 authority/server/x509.pem |
---|
12 | GnuTLSKeyFile authority/server/secret.key |
---|
13 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.