Add uwsgi config
This commit is contained in:
parent
dc7d4b3005
commit
b60462c5ae
15
shimatta_kenkyusho/shimatta_kenkyusho/uwsgi.ini
Normal file
15
shimatta_kenkyusho/shimatta_kenkyusho/uwsgi.ini
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[uwsgi]
|
||||||
|
chdir=$(DJANGO_WSGI_CHDIR)
|
||||||
|
module=shimatta_kenkyusho.wsgi:application
|
||||||
|
plugins=python
|
||||||
|
master=True
|
||||||
|
pidfile=/tmp/django-shimatta-kenkyusho.pid
|
||||||
|
vacuum=true
|
||||||
|
max-requests=5000
|
||||||
|
harakiri=20
|
||||||
|
processes=5
|
||||||
|
socket=/run/django/shimatta-kenkyusho.socket
|
||||||
|
home=$(DJANGO_WSGI_VIRTUALENV)
|
||||||
|
chmod-socket=660
|
||||||
|
uid=django
|
||||||
|
gid=http
|
Loading…
Reference in New Issue
Block a user