asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 5b6a5d9 was
62ba7f0,
checked in by Thomas Klute <thomas2.klute@…>, 5 years ago
|
Test suite: Move common config for proxy backend servers into a shared file
|
-
Property mode set to
100644
|
File size:
319 bytes
|
Rev | Line | |
---|
[33af2b7] | 1 | Include ${srcdir}/base_apache.conf |
---|
[62ba7f0] | 2 | Include ${srcdir}/proxy_backend.conf |
---|
[f030883] | 3 | |
---|
| 4 | GnuTLSCache dbm cache/gnutls_cache |
---|
| 5 | |
---|
[3e04c0b] | 6 | <VirtualHost _default_:${BACKEND_PORT}> |
---|
[f030883] | 7 | ServerName ${BACKEND_HOST} |
---|
| 8 | GnuTLSEnable On |
---|
| 9 | GnuTLSCertificateFile server/x509.pem |
---|
| 10 | GnuTLSKeyFile server/secret.key |
---|
| 11 | GnuTLSPriorities NORMAL:-VERS-TLS1.2 |
---|
| 12 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.