This is post 3 of 3 in the series “Nginx Optimization” Part 3: Disable Access Logs to Reduce Disk Writes Access Logs Explained: Nginx records (writes) each and every request to a file called ‘access.log’. Each visit to your website might result in dozens of individual requests and nginx logs all of this information. Many people need this information for troubleshooting or analytics purposes, but If you don’t require need this information then it’s preferable to disable access logging in your…
Optimizing Nginx For Performance Pt3 : Disable Access Logs and Reduce Disk Writes
