mirror of
https://github.com/netdata/netdata.git
synced 2025-04-20 20:10:08 +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`:
|
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]
|
[logs]
|
||||||
access log = none
|
access = off
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting mod_proxy
|
## 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`:
|
this in `/etc/netdata/netdata.conf`:
|
||||||
|
|
||||||
```
|
```
|
||||||
[global]
|
[logs]
|
||||||
access log = none
|
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`:
|
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]
|
[logs]
|
||||||
access log = none
|
access = off
|
||||||
```
|
```
|
||||||
|
|
||||||
## Use gzip compression
|
## Use gzip compression
|
||||||
|
|
Loading…
Add table
Reference in a new issue