docs(wip): added docs of config

This commit is contained in:
0xJacky 2023-05-01 01:08:05 +08:00
parent ce98641614
commit fda04b9576
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
7 changed files with 142 additions and 51 deletions

View file

@ -0,0 +1,18 @@
# 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.