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.
 
 
 
 
 

17 lines
219 B

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