what did not work?
did you installed uwsgi + nginx + web2py ?
you dont need to start web2py manually on command line, uwsgi will do that
for you.
Checklist
DNS
- Is your DNS pointing to your server IP? www.domain.com gives you what?
NGINX server file for your application
- /etc/nginx/sites-ava
Hi!
I was having trouble on running web2py on nginx, but then I ran the script
that comes within web2py and it installed.
After that, I tried creating an app, but it didn't work.
Then I stopped the server and started web2py like this:
python2.6 web2py.py
and then restarted nginx.
I was able to cre
I am trying to get web2py going with nginx on a remote server.
When I try running it via uswgi and nginx, using wsgihandler.py, it
works with the welcome application. However when I try another
application it gives me an error that it cannot find .../cache/
cache.shelve. This other application wor
3 matches
Mail list logo