mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix(docs): nginx config section
This commit is contained in:
parent
4f06d80a2e
commit
02d279fa97
6 changed files with 6 additions and 6 deletions
|
@ -34,7 +34,7 @@ Afterward, set the nginx access log and error log paths in `app.ini`, then resta
|
|||
Example:
|
||||
|
||||
```ini
|
||||
[nginx_log]
|
||||
[nginx]
|
||||
AccessLogPath = /var/log/nginx/access.local.log
|
||||
ErrorLogPath = /var/log/nginx/error.local.log
|
||||
```
|
||||
|
|
|
@ -38,7 +38,7 @@ http {
|
|||
示例:
|
||||
|
||||
```ini
|
||||
[nginx_log]
|
||||
[nginx]
|
||||
AccessLogPath = /var/log/nginx/access.local.log
|
||||
ErrorLogPath = /var/log/nginx/error.local.log
|
||||
```
|
||||
|
|
|
@ -37,7 +37,7 @@ http {
|
|||
範例:
|
||||
|
||||
```ini
|
||||
[nginx_log]
|
||||
[nginx]
|
||||
AccessLogPath = /var/log/nginx/access.local.log
|
||||
ErrorLogPath = /var/log/nginx/error.local.log
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue