> I want to set up two nginx servers: the first as a reverse proxy that will direct - for starters - to the second nginx server, which will hold two simple static pages as a web server.
It's fully possible to have such a setup. > Will such a solution be practical? What do you think? Without knowing more details it's hard to tell. What is the purpose of the proxy server? Why a static page needs to be proxed? Etc For static content nginx is quite effective and highly performant so usually there is no need for additional layers. rr _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx