kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 1a64d202dea6caa6795e26bde022de6c2c89b78e
parent b4ebee59135da4dc0976f4111ebbb7a6ae32b901
Author: Joris Vink <joris@coders.se>
Date:   Wed, 19 Feb 2020 08:28:03 +0100

Mention http_server_version

Diffstat:
conf/kore.conf.example | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/kore.conf.example b/conf/kore.conf.example @@ -149,6 +149,8 @@ workers 4 # http_request_ms The number of milliseconds workers can max # spend inside the HTTP processing loop. # +# http_server_version Override the server version string. +# #http_header_max 4096 #http_header_timeout 10 #http_body_max 1024000 @@ -159,6 +161,7 @@ workers 4 #http_request_ms 10 #http_body_disk_offload 0 #http_body_disk_path tmp_files +#http_server_version kore # Websocket specific settings. # websocket_maxframe Specifies the maximum frame size we can receive