Controller: sending JSON configuration to router.

This commit is contained in:
Valentin Bartenev
2017-07-06 22:52:05 +03:00
parent 22d73057d9
commit c9fbd832ab
4 changed files with 288 additions and 33 deletions

View File

@@ -59,6 +59,11 @@ static const nxt_conf_vldt_object_t nxt_conf_application_members[] = {
&nxt_conf_vldt_app_type,
NULL },
{ nxt_string("workers"),
NXT_CONF_INTEGER,
NULL,
NULL },
{ nxt_string("path"),
NXT_CONF_STRING,
NULL,