mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Disable timeouts for ktunnel
This commit is contained in:
parent
34d146fc01
commit
8982a7b3c9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user