The error is not found, and the Nginx has no errors, I have checked the
/var/log/nginx/error.log file, it's empty. so where is the error come from 
??

the python file named app.py, it's excuable, the content of app.py is same 
ashttp://webpy.org/cookbook/fastcgi-nginx, the Nginx config file named 
default located at/etc/nginx/sites-available/, I just added something into 
it:

location / {
      #below is what I added
      include /etc/nginx/fastcgi_params;
      fastcgi_pass 127.0.0.1:8080
}

Does anyone know the reason that why the app can't route??

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to webpy+unsubscr...@googlegroups.com.
To post to this group, send email to webpy@googlegroups.com.
Visit this group at http://groups.google.com/group/webpy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to