Skip to content

Instantly share code, notes, and snippets.

View detsam's full-sized avatar

Konstantin A. Zolotukhin detsam

  • Ametiste
  • Ukraine, Kiev
View GitHub Profile
@hmmbug
hmmbug / graphite
Created April 28, 2014 17:32
ubuntu 14.04 + graphite + nginx
# goes in /etc/nginx/sites-available & link in ../sites-enabled
upstream graphite {
server unix:///tmp/uwsgi.sock;
}
server {
listen 9002;
server_name localhost;