asynciodebian/masterdebian/stretch-backportsproxy-ticketupstream
Last change
on this file since 4d4a406 was
948c181,
checked in by Thomas Klute <thomas2.klute@…>, 5 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:
296 bytes
|
Rev | Line | |
---|
[948c181] | 1 | Include ${srcdir}/base_apache.conf |
---|
| 2 | Include proxy_backend.conf |
---|
[6e6a4e4] | 3 | |
---|
| 4 | GnuTLSCache dbm cache/gnutls_cache |
---|
| 5 | |
---|
[3e04c0b] | 6 | <VirtualHost _default_:${BACKEND_PORT}> |
---|
[6e6a4e4] | 7 | ServerName ${BACKEND_HOST} |
---|
| 8 | GnuTLSEnable On |
---|
| 9 | GnuTLSCertificateFile server/x509.pem |
---|
| 10 | GnuTLSKeyFile server/secret.key |
---|
| 11 | GnuTLSPriorities NORMAL |
---|
| 12 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.