debian/masterdebian/stretch-backportsjessie-backportsupstream
Last change
on this file since a2e3c33 was
a2e3c33,
checked in by Thomas Klute <thomas2.klute@…>, 5 years ago
|
Rename option SSLProxyEngine to GnuTLSProxyEngine
This matches the general option naming scheme and avoids confusion with
mod_ssl. TLS proxy support was not implemented in earlier releases of
mod_gnutls, so the change should not cause problems.
|
-
Property mode set to
100644
|
File size:
543 bytes
|
Rev | Line | |
---|
[33af2b7] | 1 | Include ${srcdir}/base_apache.conf |
---|
[7813802] | 2 | Include ${srcdir}/proxy_mods.conf |
---|
[f030883] | 3 | |
---|
| 4 | GnuTLSCache dbm cache/gnutls_cache |
---|
| 5 | |
---|
| 6 | <VirtualHost ${TEST_IP}:${TEST_PORT}> |
---|
| 7 | ServerName ${TEST_HOST} |
---|
| 8 | GnuTLSEnable On |
---|
| 9 | GnuTLSCertificateFile server/x509.pem |
---|
| 10 | GnuTLSKeyFile server/secret.key |
---|
| 11 | GnuTLSPriorities NORMAL |
---|
| 12 | |
---|
[a2e3c33] | 13 | GnuTLSProxyEngine On |
---|
[f030883] | 14 | GnuTLSProxyCAFile authority/x509.pem |
---|
| 15 | GnuTLSProxyPriorities NORMAL:-VERS-TLS-ALL:+VERS-TLS1.2 |
---|
| 16 | ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ |
---|
| 17 | ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ |
---|
| 18 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.