diff --git a/_deploy/uwsgi.ini b/_deploy/uwsgi.ini index 37998e8..50664ea 100644 --- a/_deploy/uwsgi.ini +++ b/_deploy/uwsgi.ini @@ -19,7 +19,7 @@ master = true processes = 10 # the socket (use the full path to be safe #socket = /var/www/%(project)/mysite.sock -socket = :8001 +socket = :8002 wsgi-file = /var/www/%(project)/poizonstore/wsgi.py pidfile = /tmp/uwsgi-%(project).pid stats = /tmp/uwsgi.stats.sock