asynciodebian/masterdebian/stretch-backportsmainproxy-ticketupstream
Last change
on this file since 97d7c63 was
97d7c63,
checked in by Thomas Klute <thomas2.klute@…>, 5 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:
281 bytes
|
Line | |
---|
1 | Include ${PWD}/proxy_backend.conf |
---|
2 | |
---|
3 | GnuTLSCache dbm cache/gnutls_cache |
---|
4 | |
---|
5 | <VirtualHost _default_:${BACKEND_PORT}> |
---|
6 | ServerName ${BACKEND_HOST} |
---|
7 | GnuTLSEnable On |
---|
8 | GnuTLSCertificateFile server/x509.pem |
---|
9 | GnuTLSKeyFile server/secret.key |
---|
10 | GnuTLSPriorities NORMAL:-VERS-TLS1.2 |
---|
11 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.