mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
12 lines
235 B
JavaScript
12 lines
235 B
JavaScript
{
|
|
"uwsgi": {
|
|
"http": ":8080",
|
|
"workers": 8,
|
|
"module": "werkzeug.testapp:test_app",
|
|
"master": true,
|
|
"socket": [ "/tmp/uwsgi.sock", "127.0.0.1:3031", "@foobar" ],
|
|
"pythonpath": [ "/foo", "/bar" ],
|
|
"show-config": true
|
|
}
|
|
}
|