mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 06:25:32 +00:00
docs fix "Prevent the double access.log" (#17773)
This commit is contained in:
parent
0817b8822d
commit
ccdd56e4cb
3 changed files with 6 additions and 6 deletions
docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy
|
@ -349,8 +349,8 @@ If your apache server is not on localhost, you can set:
|
|||
apache logs accesses and Netdata logs them too. You can prevent Netdata from generating its access log, by setting this in `/etc/netdata/netdata.conf`:
|
||||
|
||||
```
|
||||
[global]
|
||||
access log = none
|
||||
[logs]
|
||||
access = off
|
||||
```
|
||||
|
||||
## Troubleshooting mod_proxy
|
||||
|
|
|
@ -182,6 +182,6 @@ H2O logs accesses and Netdata logs them too. You can prevent Netdata from genera
|
|||
this in `/etc/netdata/netdata.conf`:
|
||||
|
||||
```
|
||||
[global]
|
||||
access log = none
|
||||
[logs]
|
||||
access = off
|
||||
```
|
||||
|
|
|
@ -244,8 +244,8 @@ connection IP address.
|
|||
Nginx logs accesses and Netdata logs them too. You can prevent Netdata from generating its access log, by setting this in `/etc/netdata/netdata.conf`:
|
||||
|
||||
```
|
||||
[global]
|
||||
access log = none
|
||||
[logs]
|
||||
access = off
|
||||
```
|
||||
|
||||
## Use gzip compression
|
||||
|
|
Loading…
Add table
Reference in a new issue