Commit b129441428688d6b9fa1484f774616eb8f56a698

Authored by Rohan Rangray
1 parent ba14725aab
Exists in master

Switched everything back to TCP.

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

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