0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 06:25:32 +00:00

docs fix "Prevent the double access.log" ()

This commit is contained in:
Ilya Mashchenko 2024-05-29 15:31:08 +03:00 committed by GitHub
parent 0817b8822d
commit ccdd56e4cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions
docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy

View file

@ -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

View file

@ -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
```

View file

@ -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