disable keep-alive for now
This commit is contained in:
parent
693366bdd8
commit
af3748a9e5
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ config daemon http
|
||||||
list address 80
|
list address 80
|
||||||
list publisher webroot
|
list publisher webroot
|
||||||
list publisher luciweb
|
list publisher luciweb
|
||||||
|
option nokeepalive 1
|
||||||
option enabled 1
|
option enabled 1
|
||||||
|
|
||||||
config daemon https
|
config daemon https
|
||||||
|
@ -36,5 +37,6 @@ config daemon https
|
||||||
list address 443
|
list address 443
|
||||||
list publisher webroot
|
list publisher webroot
|
||||||
list publisher luciweb
|
list publisher luciweb
|
||||||
|
option nokeepalive 1
|
||||||
option enabled 1
|
option enabled 1
|
||||||
option encryption enable
|
option encryption enable
|
||||||
|
|
Loading…
Reference in a new issue