From b129441428688d6b9fa1484f774616eb8f56a698 Mon Sep 17 00:00:00 2001 From: Rohan Rangray Date: Sat, 2 May 2015 17:07:53 -0700 Subject: [PATCH] Switched everything back to TCP. --- flashy.ini | 2 +- nginxconf/flashy.cards | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flashy.ini b/flashy.ini index 7f342e1..825e62e 100644 --- a/flashy.ini +++ b/flashy.ini @@ -15,7 +15,7 @@ module = flashy.wsgi # maximum number of worker processes # processes = 1 # the socket (use the full path to be safe -socket = /tmp/flashy.sock +http = :7001 # ... with appropriate permissions - may be needed # chmod-socket = 664 # clear environment on exit diff --git a/nginxconf/flashy.cards b/nginxconf/flashy.cards index 8fe9520..3c59fab 100644 --- a/nginxconf/flashy.cards +++ b/nginxconf/flashy.cards @@ -1,6 +1,6 @@ upstream backend_production { - server unix:/tmp/flashy.sock; -# server localhost:7001; + # server unix:/tmp/flashy.sock; + server localhost:7001; } server { -- 1.9.1