Debugging web servers
Narrow down by hardware layer
- Bypass Nginx. If Nginx is the problem:
- Check if a specific Nginx server is the problem.
- Check if a specific Apache server is the problem.
Narrow down by resource
- Check the Firebug "Net" tab to see which resource is the problem.
