-
Notifications
You must be signed in to change notification settings - Fork 347
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels