config-nginx-log.md 580 B

Nginx Log

Nginx logs are essential for monitoring, troubleshooting, and maintaining your web server. They provide valuable insights into server performance, user behavior, and potential issues. In this section, we will discuss the two primary types of logs: access logs and error logs.

AccessLogPath

  • Type: string

This option is used to set the path of nginx access log for Nginx UI, so we can view the log content online.

ErrorLogPath

  • Type: string

This option is used to set the path of nginx error log for Nginx UI, so we can view the log content online.