Re: [web2py] 504 Gateway Time-out

2014-03-19 Thread Johann Spies
Check your /etc/nginx */sites-available/web2py* *RegardsJohann* On 20 March 2014 01:46, António Ramos wrote: > > 2014-03-19 12:24 GMT+00:00 Johann Spies : > >> uwsgi_read_timeout > > > sorry my ignorance , > where do i do that? > > > -- > Resources: > - http://web2py.com > - http://web2py.c

Re: [web2py] 504 Gateway Time-out

2014-03-19 Thread António Ramos
2014-03-19 12:24 GMT+00:00 Johann Spies : > uwsgi_read_timeout sorry my ignorance , where do i do that? -- 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) ---

Re: [web2py] 504 Gateway Time-out

2014-03-19 Thread Johann Spies
I have had that. As I understand it, this happens when it takes longer to get the answer from uwsgi than was specified in the parameter uwsgi_read_timeout Try increasing the timeout or do something to speedup your query or both... Regards Johann On 19 March 2014 00:53, António Ramos wrote:

[web2py] 504 Gateway Time-out

2014-03-18 Thread António Ramos
i have this error on linux with sqlite as my database sometimes when i save a record 504 Gateway Time-out -- nginx Did anyone had this error before? Thank you -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/we