3 lines
No EOL
144 B
Text
3 lines
No EOL
144 B
Text
source /env
|
|
killall gunicorn
|
|
gunicorn files.__main__:app -k gevent -w 2 --reload -b localhost:80 --max-requests 1000 --max-requests-jitter 500 |