Commit 0c6c1f6cdd6f470d5e7bde8704317b966fcc70d1

Authored by Andrew Buss
1 parent fe09cf8093
Exists in master

Changed backend port to gunicorn

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

nginxconf/flashy.cards View file @ 0c6c1f6
1 1 upstream backend_production {
2 2 # server unix:/tmp/flashy.sock;
3   - server localhost:7001;
  3 + server localhost:7002;
4 4 }
5 5  
6 6 server {