diff --git a/telegraf/content.md b/telegraf/content.md index d84432049..fd957c337 100644 --- a/telegraf/content.md +++ b/telegraf/content.md @@ -113,8 +113,8 @@ Create an `nginx_status.conf` configuration file to expose metric data: server { listen 8090; location /nginx_status { - stub_status on; - access_log on; + stub_status; + access_log off; } } ```