mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-13 03:15:48 +02:00
docs(wip): added docs of config
This commit is contained in:
parent
ce98641614
commit
fda04b9576
7 changed files with 142 additions and 51 deletions
18
frontend/docs/guide/config-nginx-log.md
Normal file
18
frontend/docs/guide/config-nginx-log.md
Normal 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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue