- workers = 5
- worker_class = "gevent"
- bind = "0.0.0.0:8090"
- #accesslog="/home/seecoder/Documents/pose-correction/pc-demo/log/gunicorn_access.log"
- #errorlog="/home/seecoder/Documents/pose-correction/pc-demo/log/gunicorn_error.log"
- #pidfile = '/home/seecoder/Documents/pose-correction/pc-demo/run/gunicorn.pid'
- accesslog="/root/openpose/pose-correction/pc-demo/log/gunicorn_access.log"
- errorlog="/root/openpose/pose-correction/pc-demo/log/gunicorn_error.log"
- pidfile = '/root/openpose/pose-correction/pc-demo/run/gunicorn.pid'
- capture_output = True
|