commit 8982a7b3c96fc291756238c66bf20c5a0fed8d0a
parent 34d146fc017df71224a6f3e8fcfc466ec1bf3161
Author: Joris Vink <joris@coders.se>
Date: Thu, 18 Sep 2014 10:30:59 +0200
Disable timeouts for ktunnel
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/examples/ktunnel/conf/ktunnel.conf b/examples/ktunnel/conf/ktunnel.conf
@@ -7,6 +7,9 @@ load ./ktunnel.so
validator v_host regex ^.*$
validator v_port regex ^[0-9]*$
+# Disable timeouts
+http_keepalive_time 0
+
domain 127.0.0.1 {
certfile cert/server.crt
certkey cert/server.key