Hello,
I've 3 webservers and would like to use nginx on one of these servers for serving static files (anything except .php) and as a load balancer. All dynamic traffic should be passed to the other two webservers.
It's the first time I'm going to use nginx, so I need some help on creating the config file.
I know the load balancing example from the nginx website, so I think I just need help to combine this example with a static file serving snippet.
This is the example what I'm talking about: http://wiki.nginx.org/NginxLoadBalanceExample