Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: compute_engine_scripts/monitoring/httpd.conf

Issue 310253003: Add setup scripts for a Graphite server. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 WSGIScriptAlias / /home/www-data/graphite/conf/graphite.wsgi
2 RedirectMatch ^/admin(.*)admin/([^/]+)/([^/]+)$ /media/$2/$3
3 Alias /media/ "/usr/local/lib/python2.7/dist-packages/django/contrib/admin/stati c/admin/"
4 Alias /content/ "/home/www-data/graphite/webapp/content/"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698