asynciomain
Last change
on this file since a4e3b2c was
a4e3b2c,
checked in by Fiona Klute <fiona.klute@…>, 3 years ago
|
Simple test for proxy session resumption
|
-
Property mode set to
100644
|
File size:
336 bytes
|
Line | |
---|
1 | Include ${PWD}/proxy_backend.conf |
---|
2 | |
---|
3 | <VirtualHost _default_:${BACKEND_PORT}> |
---|
4 | ServerName ${BACKEND_HOST} |
---|
5 | # force an new (resumed if possible) session for each request |
---|
6 | KeepAlive Off |
---|
7 | GnuTLSEnable On |
---|
8 | GnuTLSCertificateFile authority/server/x509.pem |
---|
9 | GnuTLSKeyFile authority/server/secret.key |
---|
10 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.