1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
peeringdb-peeringdb/Ctl/docker/django-uwsgi.ini
2020-04-14 15:45:36 +00:00

30 lines
549 B
INI

[uwsgi]
# project base dir
chdir=/srv/www.peeringdb.com
# wsgi app to run
module=mainsite.wsgi
# virtualenv
home=/srv/www.peeringdb.com/venv
# should be set from environment variable UWSGI_SOCKET
# socket=127.0.0.1:7002
#logger=syslog:uwsgi.pdb,local0
# headers only
# see nginx.conf's "large_client_header_buffers" for details
# (uwsgi protocol max is 65535)
buffer-size=65535
#enable-threads=true
#threads=5
master=true
processes=20
max-requests=1000
# terminate request after 60 seconds
harakiri=60
# systemd conformance
die-on-term = true