Fix Child web remote access Config in Parent-Child Deployment Examples (#19443)
Tim Naumov committed
Jan 20, 2025 at 15:56 UTC
8005fbf2989335b653b7acaff6ac6f7b1b856617
1 file changed
+1
-1
docs/deployment-guides/deployment-strategies.md
+1
-1
@@ -54,7 +54,7 @@ On the child node, edit `netdata.conf` by using the [edit-config](/docs/netdata-
54
enabled = no
55
[web]
56
# Disable remote access to the local dashboard
57
- bind to = lo
57
+ bind to = localhost
58
[plugins]
59
# Uncomment the following line to disable all external plugins on extreme IoT cases by default.
60
# enable running new plugins = no