Disable timeouts for ktunnel

This commit is contained in:
Joris Vink 2014-09-18 10:30:59 +02:00
parent 34d146fc01
commit 8982a7b3c9
1 changed files with 3 additions and 0 deletions

View File

@ -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