Boern wrote: > I want to deploy my app based tg2, and I want to use the nginx as web > server (not proxy server),so how I implement that,I search the result > from google but mostly uses the nginx as proxy and runs the app by > paster,I dont want that mode ,so anybody has same experience?
mod_wsgi is an Apache module and as such only works with this server. But there seems to be a third-party WSGI module for nginx, but I have no experience with it: http://wiki.nginx.org/Nginx3rdPartyModules#WSGI_Module Just out of interest, do you have a particular reason why you do not want to use a reverse proxy setup or the Apache+mod_wsgi combo? Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

