From ff2d7d6669bec58d700fc0579088f81c3f14cd01 Mon Sep 17 00:00:00 2001 From: Rohan Rangray Date: Sat, 2 May 2015 16:24:01 -0700 Subject: [PATCH] Moved flashy.sock to /run/ --- flashy.ini | 2 +- nginxconf/flashy.cards | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flashy.ini b/flashy.ini index 53aed0a..5809c34 100644 --- a/flashy.ini +++ b/flashy.ini @@ -15,7 +15,7 @@ master = true # maximum number of worker processes processes = 10 # the socket (use the full path to be safe -socket = /srv/flashy-backend/flashy.sock +socket = /run/flashy.sock # ... with appropriate permissions - may be needed # chmod-socket = 664 # clear environment on exit diff --git a/nginxconf/flashy.cards b/nginxconf/flashy.cards index c350936..4131bfe 100644 --- a/nginxconf/flashy.cards +++ b/nginxconf/flashy.cards @@ -1,5 +1,5 @@ upstream backend_production { - server unix:///srv/flashy-backend/flashy.sock + server unix:///run/flashy.sock # server localhost:7001; } -- 1.9.1