mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
14 lines
232 B
INI
14 lines
232 B
INI
[uwsgi]
|
|
http-socket = :8080
|
|
|
|
master = 1
|
|
|
|
; Three apps on three mountpoints
|
|
wsgi-file = %d/useless_app.py
|
|
|
|
mount = /foo=%d/useless_app.py
|
|
mount = /foobis/=%d/useless_app.py
|
|
mount = /footris/=%d/useless_app.py
|
|
|
|
manage-script-name = 1
|