mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 04:55:10 +01:00
Example configuration
This commit is contained in:
15
example_config/uwsgi.ini
Normal file
15
example_config/uwsgi.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
# Example supervisord configuration
|
||||
# Run with /srv/venv/bin/uwsgi --ini /srv/digimarks/uwsgi.ini:digimarks
|
||||
|
||||
[digimarks]
|
||||
chdir = /srv/digimarks
|
||||
socket = /tmp/uwsgi_digimarks.sock
|
||||
module = wsgi
|
||||
threads = 4
|
||||
master = true
|
||||
processes = 5
|
||||
vacuum = true
|
||||
no-orphans = true
|
||||
chmod-socket = 666
|
||||
logger = main file:/var/log/webapps/digimarks.log
|
||||
logger = file:/var/log/webapps/digimarks_debug.log
|
||||
Reference in New Issue
Block a user