Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration nonsense #500

Open
senyai opened this issue Oct 19, 2021 · 1 comment
Open

configuration nonsense #500

senyai opened this issue Oct 19, 2021 · 1 comment

Comments

@senyai
Copy link

senyai commented Oct 19, 2021

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.

@rdeioris
Copy link
Collaborator

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants