Skip to content

Instantly share code, notes, and snippets.

View paulJordaan's full-sized avatar

Paul Jordaan paulJordaan

  • Peltarion
  • Sweden
View GitHub Profile
{
"error": "case_clause",
"reason": "{ok,[{ok,{doc,<<\"a8fa021299855487fde50e6ccf70a976\">>,\n {3801,\n [<<101,57,22,68,49,7,152,216,181,151,5,4,237,155,156,163>>,\n <<251,17,205,216,22,51,248,243,103,85,69,145,236,159,84,82>>,\n <<236,248,233,98,144,234,242,2,190,58,123,161,74,100,115,133>>,\n <<4,176,236,19,5,184,170,228,47,158,150,41,125,206,166,113>>,\n <<202,234,204,12,215,69,214,5,227,89,136,75,75,59,148,18>>,\n <<73,103,42,198,118,170,193,178,233,1,97,4,186,85,121,182>>,\n <<220,118,6,43,34,136,36,218,189,156,81,220,250,43,254,27>>,\n <<149,221,98,242,135,216,124,109,20,38,209,1,156,168,147,79>>,\n <<234,5,221,148,244,148,155,249,21,30,254,149,235,193,2,58>>,\n <<60,31,222,208,223,19,150,53,1,6,38,170,167,197,251,144>>,\n <<18,77,217,208,138,252,60,83,35,61,14,229,252,109,221,26>>,\n <<189,168,181,220,105,199,
@paulJordaan
paulJordaan / nginx.conf
Last active August 29, 2015 14:27 — forked from turtlesoupy/nginx.conf
node.js upstream nginx config
http {
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=one:8m max_size=3000m inactive=600m;
proxy_temp_path /var/tmp;
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
gzip on;
gzip_comp_level 6;