uwsgi-docs icon indicating copy to clipboard operation
uwsgi-docs copied to clipboard

configuration nonsense

Open senyai opened this issue 4 years ago • 1 comments

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 avatar Oct 19 '21 12:10 senyai

@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

rdeioris avatar Oct 19 '21 13:10 rdeioris