source: OpenRLabs-Git/deploy/rlabs-docker/uwsgi-python/uwsgi-web2py.ini

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100644
File size: 406 bytes
Line 
1[uwsgi]
2chdir = /var/www/web2py
3module = wsgihandler:application
4
5master = true
6enable-threads = true
7processes = 50
8thread = 100
9#harakiri=60
10#reload-mercy=8
11#max-requests=2000
12#limit-as=512
13#reload-on-as=256
14#reload-on-rss=192
15#no-orphans=true
16#buffer-size=8192
17uid = www-data
18gid = www-data
19
20socket = 0.0.0.0:3000
21#chown-socket = www-data:www-data
22#chmod-socket = 660
23#vacuum = true
24
25die-on-term = true
Note: See TracBrowser for help on using the repository browser.