Graphite - webapp app server
Goes in /etc/uwsgi/apps-enabled/graphite-web.ini
This commit is contained in:
parent
f3a103e1b9
commit
b9aa5346b1
|
@ -0,0 +1,10 @@
|
|||
[uwsgi]
|
||||
processes = 2
|
||||
socket = 127.0.0.1:3031
|
||||
gid = www-data
|
||||
uid = www-data
|
||||
chdir = /opt/graphite/conf
|
||||
#wsgi-file = /opt/graphite/conf/graphite.wsgi
|
||||
pythonpath = /opt/graphite/webapp
|
||||
env = DJANGO_SETTINGS_MODULE=graphite.settings
|
||||
module = django.core.wsgi:get_wsgi_application()
|
Loading…
Reference in New Issue