mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 04:31:44 +00:00
added help for a bunch of options
This commit is contained in:
@@ -71,6 +71,7 @@ struct uwsgi_help_item uwsgi_python_help[] = {
|
||||
{"file <file>", "use python file instead of python module for configuration"},
|
||||
{"eval <code>", "evaluate code for app configuration"},
|
||||
{"ini-paste <inifile>", "path of ini config file that contains paste configuration"},
|
||||
{"pyshell", "run a python interactive shell in the uwsgi environment (steals a worker)"},
|
||||
|
||||
|
||||
{ 0, 0},
|
||||
|
||||
@@ -3909,6 +3909,20 @@ struct uwsgi_help_item main_help[] = {
|
||||
{"version", "print server version"},
|
||||
{"attach-daemon <command>", "run <command> under the control of master process"},
|
||||
{"daemonize <logfile|addr>", "daemonize and log into <logfile> or udp <addr>"},
|
||||
{"loop <engine>", "use the <engine> loop engine"},
|
||||
{"worker-exec <command>", "execve() <command> after each worker's fork()"},
|
||||
{"autoload", "try to automatically load plugins"},
|
||||
{"lazy", "load applications after each worker's fork()"},
|
||||
{"cheap", "postpone workers startup until the first request"},
|
||||
{"idle <secs>", "destroy workers (the server will go in cheap mode) after <secs> of inactivity"},
|
||||
{"freebind (Linux only)", "allows binding on non-existent network address"},
|
||||
{"xml <file>", "load config from an xml file"},
|
||||
{"protocol <proto>", "set the default communication protocol (uwsgi, http, fastcgi)"},
|
||||
{"reuse-port (BSD only)", "allows multiple instances bining on the same address"},
|
||||
{"set KEY=VALUE", "set a placeholder"},
|
||||
{"reload-mercy <secs>", "brutally kill workers not reloading in <secs>"},
|
||||
{"emperor <dir|glob>", "start the emperor monitoring <dir|glob>"},
|
||||
{"touch-reload <file>", "issue a graceful reload on <file> modifications/touch"},
|
||||
|
||||
{0, 0},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user