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.
|
- [uwsgi]
- socket = 127.0.0.1:9001
- wsgi-file = app.py
- callable = app
- virtualenv = venv
-
- processes = 1
- threads = 4
-
- uid = www-data
- gid = www-data
-
- stats = 127.0.0.1:9002
-
- logger = file:logs/uwsgi.log
- log-maxsize = 10000000
|