[web2py] Re: One Step Deployment to Ubuntu on AWS

2015-10-12 Thread Casey S. Schroeder
Thanks Massimo, this helped. I will only further note here that in our Nginx web2py config file we needed to add: *uwsgi_buffers 8 32k; **uwsgi_buffer_size 32k;* at the server level of the file, and we needed the second line even though the first line looks sufficient. This was related to

[web2py] Re: One Step Deployment to Ubuntu on AWS

2015-10-12 Thread Massimo Di Pierro
Interesting. Thanks. Also notice that nginx has limits to upload file size and timeout. There are similar parameters to increase those. On Monday, 12 October 2015 03:57:31 UTC-5, Casey S. Schroeder wrote: > > > Thanks Massimo, this helped. I will only further note here that in our > Nginx

[web2py] Re: One Step Deployment to Ubuntu on AWS

2015-10-11 Thread Massimo Di Pierro
Nobody here recommends using Apache. It is an old web server and full of issues. Hard to configure. This is what we recommend instead: ssh to your server remove apache for example with apt-get remove apache apache2 cd ~/ wget