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; }