LXer: Nginx Optimization Tuning with Caching
by LXer from LinuxQuestions.org on (#5M907)
Published at LXer:
Nginx is a powerful web application software to run websites with. However, a key feature is missed most times when deployed as a front for back end servers. That is the ability Nginx has over HAProxy in catching static resources quite easy with writing to disk or if you have a beefy server with quite an abundance of RAM adding the cache to memory for ultimate performance. In the following tutorial, you will learn some examples of how to improve caching that will see instant improves in your website speeds.
Read More...
Nginx is a powerful web application software to run websites with. However, a key feature is missed most times when deployed as a front for back end servers. That is the ability Nginx has over HAProxy in catching static resources quite easy with writing to disk or if you have a beefy server with quite an abundance of RAM adding the cache to memory for ultimate performance. In the following tutorial, you will learn some examples of how to improve caching that will see instant improves in your website speeds.
Read More...