mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-28 17:55:39 +00:00
14 lines
299 B
INI
14 lines
299 B
INI
[uwsgi]
|
|
socket = :3033
|
|
socket = :3034
|
|
vacuum = true
|
|
socket = pippo1.sock
|
|
socket = pippo2.sock
|
|
socket = 127.0.0.1:1717
|
|
memory-report = true
|
|
master = true
|
|
processes = 10
|
|
mount = /app1=werkzeug.testapp:test_app
|
|
mount = /app2=config:/Users/roberta/uwsgi/my.ini
|
|
mount = /app3=pinaxsite/deploy/pinax.wsgi
|