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 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 our initial error, 
> I'm sure.
>
> On Sunday, October 11, 2015 at 6:47:32 PM UTC+2, Casey S. Schroeder wrote:
>>
>>
>> I'm inquiring as to whether anyone has done the one step deployment of 
>> ubuntu on AWS.  I am facing an issue that although the deployment succeeded 
>> and apache is listening on the proper ports (netstat), my requests are 
>> hanging and I am unable to connect to the welcome app.  I have checked the 
>> server logs, but there does not appear to be any information there and no 
>> web2py errors either.  The url appears not to be routing to the server.
>>
>> We went this route, rather than Turnkey as indicated in the book, because 
>> although Turnkey served our application, our app was getting a difficult 
>> error with Apache which it was not with rocket (malformed header).
>>
>> We can provide any information which may be necessary to help with the 
>> debug.  I will be linking to this post from the Turnkey help as well.
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to