Commit ff2d7d6669bec58d700fc0579088f81c3f14cd01

Authored by Rohan Rangray
1 parent a46b9f3200
Exists in master

Moved flashy.sock to /run/

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -15,7 +15,7 @@
15 15 # maximum number of worker processes
16 16 processes = 10
17 17 # the socket (use the full path to be safe
18   -socket = /srv/flashy-backend/flashy.sock
  18 +socket = /run/flashy.sock
19 19 # ... with appropriate permissions - may be needed
20 20 # chmod-socket = 664
21 21 # clear environment on exit
nginxconf/flashy.cards View file @ ff2d7d6
1 1 upstream backend_production {
2   - server unix:///srv/flashy-backend/flashy.sock
  2 + server unix:///run/flashy.sock
3 3 # server localhost:7001;
4 4 }
5 5