This may be a networking issue. I have a centos machine running in my Ubuntu (using virtualbox). In the virtualized CentOS box, I have installed web2py, nginx and uwsgi as per the script at https://github.com/web2py/web2py/blob/master/scripts/setup-web2py-nginx-uwsgi-centos64.sh I am running the server at localhost. Within CentOS, if I use locahost in the browser, I get web2py app. But if I do the same from a browser in the host (Ubuntu), I get an nginx error. Nginx error.log says "web2py "/usr/share/nginx/html/deault" failed No such file or directory" I think it has to do with some port issue, though not sure. How can I troubleshoot this?
-- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

