Skip to content

Commit

Permalink
remove dependency on apache/nginx by using native http from uwsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Feb 8, 2013
1 parent 9955657 commit abd0628
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 92 deletions.

This file was deleted.

Expand Up @@ -3,11 +3,11 @@
%> %>


[uwsgi] [uwsgi]
http=:<%= rubber_env.graphite_web_port %>
chdir=/opt/graphite/webapp chdir=/opt/graphite/webapp
wsgi-file=/opt/graphite/conf/graphite.wsgi wsgi-file=/opt/graphite/conf/graphite.wsgi
master=True master=True
pidfile=/var/run/graphite-web.pid pidfile=/var/run/graphite-web.pid
socket=:3031
processes=4 processes=4
die-on-term=True die-on-term=True
vacuum=True vacuum=True
Expand Down
28 changes: 0 additions & 28 deletions templates/graphite/config/rubber/role/nginx/graphite_web.conf

This file was deleted.

2 changes: 1 addition & 1 deletion templates/graphite/config/rubber/rubber-graphite.yml
Expand Up @@ -19,6 +19,6 @@ web_tools_proxies:


roles: roles:
graphite_web: graphite_web:
packages: [python-django, python-django-tagging, python-cairo, python-memcache, memcached, uwsgi, uwsgi-plugin-python, sqlite3, bzr, zip] packages: [python-django, python-django-tagging, python-cairo, python-memcache, memcached, uwsgi, uwsgi-plugin-python, uwsgi-plugin-http, sqlite3, bzr, zip]
collectd: collectd:
packages: [libperl-dev] packages: [libperl-dev]

0 comments on commit abd0628

Please sign in to comment.