Fixing port

This commit is contained in:
Matvey Kukuy 2022-06-14 17:21:10 +03:00
parent 98dc6ebe3f
commit dbff16c699

View file

@ -3,7 +3,7 @@ chdir=/etc/app
module=engine.wsgi:application
master=True
pidfile=/tmp/project-master.pid
http=0.0.0.0:8000
http=0.0.0.0:8080
processes=5
uid=1000
gid=2000