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 {