A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
255 B

  1. [uwsgi]
  2. socket = 127.0.0.1:9001
  3. wsgi-file = app.py
  4. callable = app
  5. virtualenv = venv
  6. safe-pidfile = /run/calefaction.pid
  7. processes = 1
  8. threads = 4
  9. uid = www-data
  10. gid = www-data
  11. stats = 127.0.0.1:9002
  12. logger = file:logs/uwsgi.log
  13. log-maxsize = 10000000