Move the client body buffering over to /mnt (non-ebs).
This commit is contained in:
parent
ec01b47608
commit
2c50d148b4
3 changed files with 8 additions and 4 deletions
|
@ -20,7 +20,7 @@ pip install -r requirements.txt
|
|||
running:
|
||||
|
||||
```
|
||||
sudo nginx -c `pwd`/nginx.conf
|
||||
sudo mkdir -p /mnt/nginx/ && sudo nginx -c `pwd`/nginx.conf
|
||||
STACK=prod gunicorn -D --workers 4 -b unix:/tmp/gunicorn.sock --worker-class gevent -t 2000 application:application
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue