committed by
Alejandro Colomar
parent
2ac4a7527d
commit
3b970ed934
@@ -190,18 +190,6 @@ static nxt_conf_map_t nxt_python_app_conf[] = {
|
||||
offsetof(nxt_common_app_conf_t, u.python.path),
|
||||
},
|
||||
|
||||
{
|
||||
nxt_string("module"),
|
||||
NXT_CONF_MAP_STR,
|
||||
offsetof(nxt_common_app_conf_t, u.python.module),
|
||||
},
|
||||
|
||||
{
|
||||
nxt_string("callable"),
|
||||
NXT_CONF_MAP_CSTRZ,
|
||||
offsetof(nxt_common_app_conf_t, u.python.callable),
|
||||
},
|
||||
|
||||
{
|
||||
nxt_string("protocol"),
|
||||
NXT_CONF_MAP_STR,
|
||||
|
||||
Reference in New Issue
Block a user