improved configuration system

This commit is contained in:
roberto@sirius
2011-03-07 16:06:59 +01:00
parent 07036bce20
commit 3e82b5cd33
10 changed files with 213 additions and 192 deletions
+3
View File
@@ -798,6 +798,9 @@ int uwsgi_python_xml(char *node, char *content) {
uwsgi.wsgi_req->module_len = strlen(uwsgi.wsgi_req->module);
return init_uwsgi_app(LOADER_DYN, uwsgi.wsgi_req, uwsgi.wsgi_req, interpreter);
}
else {
return init_uwsgi_app(LOADER_UWSGI, content, uwsgi.wsgi_req, interpreter);
}
return 1;
}
else if (!strcmp("pyhome", node)) {