16 lines
328 B
INI
16 lines
328 B
INI
[uwsgi]
|
|
uid = sahana
|
|
gid = sahana
|
|
chown-socket = www-data:www-data
|
|
chdir = /srv/sahana
|
|
module = wsgihandler
|
|
cheaper = 1
|
|
cheaper-algo = spare
|
|
cheaper-initial = 1
|
|
cheaper-step = 1
|
|
workers = 4
|
|
idle = 600
|
|
harakiri = 120
|
|
mule = run_scheduler.py
|
|
cron = 10 -1 -1 -1 -1 python web2py.py -Q -S eden -M -R scripts/sessions2trash.py -A -o
|