uwsgi-docs
uwsgi-docs copied to clipboard
configuration nonsense
Hi!
Configuration.rst says, that
Example:
uwsgi --http-socket :9090 --psgi myapp.pl
can be written as
[uwsgi]
http-socket = :9090
psgi = myapp.pl
Which is absolutely ridiculous. The first thing is a command line, the second is a content of some sort. There's no explanation on how to execute the latter. Then there's this line "uWSGI supports loading configuration files over several methods other than simple disk files:", but no explanation on how to load a simple disk file in the first place.
@senyai the paragraph soon after the one you mentioned ("Loading configuration files") shows how to load config files. Feel free to make a pull request to improve it if you think it is not good enough