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.
 
 
 
 
 

17 rivejä
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