From 0c6c1f6cdd6f470d5e7bde8704317b966fcc70d1 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Mon, 4 May 2015 23:17:48 -0700 Subject: [PATCH] Changed backend port to gunicorn --- nginxconf/flashy.cards | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginxconf/flashy.cards b/nginxconf/flashy.cards index 173e4f4..5f61f7e 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 localhost:7002; } server { -- 1.9.1