On Fri, Dec 02, 2011 at 01:48:21AM -0500, etrader wrote: > As I explored, simply removing access_log and error_log from nginx > configuration makes the process for nginx more complicated; thus, it > takes more time to complete the request. Instead, error_log should be > turned off by > error_log /dev/null crit; > > but how to turn off the access log? access_log off;