Skip to content

Instantly share code, notes, and snippets.

@spdin
Created August 8, 2021 15:04
Show Gist options
  • Save spdin/08ca1b29954b2c78a65ba1164cf04da5 to your computer and use it in GitHub Desktop.
Save spdin/08ca1b29954b2c78a65ba1164cf04da5 to your computer and use it in GitHub Desktop.
gunicorn command
gunicorn -w 5 -b 127.0.0.1:8811 api:app -t 120 --reload --max-requests 100 --access-logfile log.txt --access-logformat '%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s" %({X-REMOTE-ADDR}i)s %({X-REAL-IP}i)s'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment