source:
mod_gnutls/test/tests/23_TLS_reverse_proxy_mismatched_priorities/backend.conf
@
59afe51
Last change on this file since 59afe51 was c825c3a, checked in by , 4 years ago | |
---|---|
|
|
File size: 296 bytes |
Rev | Line | |
---|---|---|
[97d7c63] | 1 | Include ${PWD}/proxy_backend.conf |
[f030883] | 2 | |
[a6aa387] | 3 | GnuTLSCache ${BACKEND_CACHE} |
[f030883] | 4 | |
[3e04c0b] | 5 | <VirtualHost _default_:${BACKEND_PORT}> |
[f030883] | 6 | ServerName ${BACKEND_HOST} |
7 | GnuTLSEnable On | |
[c825c3a] | 8 | GnuTLSCertificateFile authority/server/x509.pem |
9 | GnuTLSKeyFile authority/server/secret.key | |
[c33ef88] | 10 | GnuTLSPriorities NORMAL:-AES-256-GCM |
[f030883] | 11 | </VirtualHost> |
Note: See TracBrowser
for help on using the repository browser.