asynciodebian/masterproxy-ticket
Last change
on this file since 56c722f was
97d7c63,
checked in by Thomas Klute <thomas2.klute@…>, 3 years ago
|
Test suite: Port config for proxy backend in Makefile and Apache config
The shell function for server start does not need to care about the
port assignment any more, simplifying the code.
|
-
Property mode set to
100644
|
File size:
335 bytes
|
Rev | Line | |
---|
[97d7c63] | 1 | Include ${PWD}/proxy_backend.conf |
---|
[ed82a6a] | 2 | |
---|
| 3 | GnuTLSCache dbm cache/gnutls_cache |
---|
| 4 | |
---|
[3e04c0b] | 5 | <VirtualHost _default_:${BACKEND_PORT}> |
---|
[ed82a6a] | 6 | ServerName ${BACKEND_HOST} |
---|
| 7 | GnuTLSEnable On |
---|
| 8 | GnuTLSCertificateFile server/x509.pem |
---|
| 9 | GnuTLSKeyFile server/secret.key |
---|
| 10 | GnuTLSPriorities NORMAL |
---|
| 11 | GnuTLSClientCAFile authority/x509.pem |
---|
| 12 | GnuTLSClientVerify require |
---|
| 13 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.