Changeset a2e3c33 in mod_gnutls for test/tests/19_TLS_reverse_proxy
- Timestamp:
- Jun 3, 2015, 1:48:15 AM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 8873a06
- Parents:
- af7da2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/19_TLS_reverse_proxy/apache.conf
raf7da2d ra2e3c33 11 11 GnuTLSPriorities NORMAL 12 12 13 SSLProxyEngine On13 GnuTLSProxyEngine On 14 14 GnuTLSProxyCAFile authority/x509.pem 15 GnuTLSProxyPriorities 15 GnuTLSProxyPriorities NORMAL 16 16 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 17 17 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
Note: See TracChangeset
for help on using the changeset viewer.