Move the client body buffering over to /mnt (non-ebs).

This commit is contained in:
root 2013-12-18 23:32:31 +00:00
parent ec01b47608
commit 2c50d148b4
3 changed files with 8 additions and 4 deletions

View file

@ -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
```