aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index c08d2a939..c6c752d8a 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -70,8 +70,8 @@ TESTING_IGNORE_KEYS = ACCEPT_FROM;
70[transport-https_server] 70[transport-https_server]
71PORT = 4433 71PORT = 4433
72CRYPTO_INIT = NORMAL 72CRYPTO_INIT = NORMAL
73KEY_FILE = https.key 73KEY_FILE = $SERVICEHOME/https.key
74CERT_FILE = https.cert 74CERT_FILE = $SERVICEHOME/https.cert
75MAX_CONNECTIONS = 128 75MAX_CONNECTIONS = 128
76TESTING_IGNORE_KEYS = ACCEPT_FROM; 76TESTING_IGNORE_KEYS = ACCEPT_FROM;
77 77