asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change
on this file since 948c181 was
948c181,
checked in by Thomas Klute <thomas2.klute@…>, 7 years ago
|
Test suite: Fix include path for proxy_backend.conf
The file is generated by ./configure from proxy_backend.conf.in, so it
must be included from the build directory to work with VPATH builds.
|
-
Property mode set to
100644
|
File size:
363 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | Include proxy_backend.conf |
---|
3 | |
---|
4 | GnuTLSCache dbm cache/gnutls_cache |
---|
5 | |
---|
6 | <VirtualHost _default_:${BACKEND_PORT}> |
---|
7 | ServerName ${BACKEND_HOST} |
---|
8 | GnuTLSEnable On |
---|
9 | GnuTLSCertificateFile server/x509.pem |
---|
10 | GnuTLSKeyFile server/secret.key |
---|
11 | GnuTLSPriorities NORMAL |
---|
12 | GnuTLSClientCAFile authority/x509.pem |
---|
13 | GnuTLSClientVerify require |
---|
14 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.