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 {