Files
asimonson1125.github.io/gunicorn.conf

4 lines
93 B
Plaintext

[program:gunicorn]
command=/usr/bin/gunicorn app:app -b localhost:5000
directory=/deploy/app