fixed ini/yaml parsing with optional values, added UWSGI_SETENV var

This commit is contained in:
roberto@mrspurr
2011-02-23 09:35:38 +01:00
parent f11664642f
commit 7f4f16e96a
7 changed files with 75 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ struct option uwsgi_python_options[] = {
{"catch-exceptions", no_argument, &up.catch_exceptions, 1},
{"ignore-script-name", no_argument, &up.ignore_script_name, 1},
{"pep3333-input", no_argument, &up.pep3333_input, 1},
{"reload-os-env", no_argument, &up.reload_os_env, 1},
{"no-site", no_argument, &Py_NoSiteFlag, 1},
{0, 0, 0, 0},