Files
test-auth/etc/uwsgi-example.ini

12 lines
164 B
INI

[uwsgi]
app_root = ../../apps/%n
socket = 127.0.0.1:8811
chdir = %(app_root)
home = %(app_root)/env/
pythonpath = %(app_root)
module = application
processes = 5