added welcome.ini

This commit is contained in:
roberto@debian32
2011-08-28 08:33:49 +02:00
parent 1996305eb1
commit f88f51c553
6 changed files with 18 additions and 2 deletions
-1
View File
@@ -27,7 +27,6 @@ void *uwsgi_request_subhandler_wsgi(struct wsgi_request *wsgi_req, struct uwsgi_
Py_DECREF(pydictvalue);
}
if (wsgi_req->uh.modifier1 == UWSGI_MODIFIER_MANAGE_PATH_INFO) {
wsgi_req->uh.modifier1 = 0;
pydictkey = PyDict_GetItemString(wsgi_req->async_environ, "SCRIPT_NAME");