|
@@ -247,6 +247,7 @@ static const struct mg_callbacks CALLBACKS = {
|
|
static const char *OPTIONS[] = {
|
|
static const char *OPTIONS[] = {
|
|
"document_root", ".",
|
|
"document_root", ".",
|
|
"listening_ports", LISTENING_ADDR,
|
|
"listening_ports", LISTENING_ADDR,
|
|
|
|
+ "enable_keep_alive", "yes",
|
|
"ssl_certificate", "build/ssl_cert.pem",
|
|
"ssl_certificate", "build/ssl_cert.pem",
|
|
NULL,
|
|
NULL,
|
|
};
|
|
};
|