docs fix "Prevent the double access.log" (#17773)
Ilya Mashchenko committed
May 29, 2024 at 15:31 UTC
ccdd56e4cb76341d3d679b27fad277eee4cb4ac5
3 files changed
+6
-6
docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-apache.md
+2
-2
@@ -349,8 +349,8 @@ If your apache server is not on localhost, you can set:
349
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`:
350
351
```
352
-[global]
353
- access log = none
352
+[logs]
353
+ access = off
354
```
355
356
## Troubleshooting mod_proxy
docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-h2o.md
+2
-2
@@ -182,6 +182,6 @@ H2O logs accesses and Netdata logs them too. You can prevent Netdata from genera
182
this in `/etc/netdata/netdata.conf`:
183
184
```
185
-[global]
186
- access log = none
185
+[logs]
186
+ access = off
187
```
docs/netdata-agent/configuration/running-the-netdata-agent-behind-a-reverse-proxy/Running-behind-nginx.md
+2
-2
@@ -244,8 +244,8 @@ connection IP address.
244
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`:
245
246
```
247
-[global]
248
- access log = none
247
+[logs]
248
+ access = off
249
```
250
251
## Use gzip compression