You cannot 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 lines
345 B
YAML
17 lines
345 B
YAML
uwsgi:
|
|
socket: /var/run/freeposte.sock
|
|
chown-socket: www-data:www-data
|
|
pidfile: /var/run/freeposte.pid
|
|
master: true
|
|
workers: 2
|
|
|
|
vacuum: true
|
|
plugins: python
|
|
wsgi-file: /admin/run.py
|
|
callable: app
|
|
processes: 1
|
|
pythonpath: /usr/lib/python2.7/site-packages
|
|
pythonpath: /admin
|
|
catch-exceptions: true
|
|
post-buffering: 8192
|