Rate This Document
Findability
Accuracy
Completeness
Readability

Disabling access_log

Purpose

Writing logs impairs system performance. Therefore, disable this function.

This setting is useful for the HTTPS scenario but not for the HTTP scenario.

Procedure

  1. Open the nginx.conf file.
  2. Press i to enter the insert mode and add the access_log off; parameter in the HTTPS scenario.
  3. Press Esc, type :wq!, and press Enter to save the file and exit.