Do I need nginx in the web application host?
B.R.
reallfqq-nginx at yahoo.fr
Mon Apr 7 00:32:28 UTC 2014
Nginx can proxy HTTP requests to backend through the proxy module
directives<http://nginx.org/en/docs/http/ngx_http_proxy_module.html>
.
If your backend is able to handle those requests on its own (ie if it is
able to handle connections without any webserver), then make nginx as a
load-balancer directly talk with it.
If your Web applications need support from a webserver, you could use any
(nginx being one of the best) to talk with the frontend.
Hope I helped,
---
*B. R.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140407/50ff0165/attachment.html>
More information about the nginx
mailing list