A corporation manager and dashboard for EVE Online
25개 이상의 토픽을 선택하실 수 없습니다. 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