From 9821eac41888eb1c9c2ebbe042e7b097dd584224 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Fri, 4 Jan 2013 13:04:27 +0100 Subject: [PATCH] updated to the new configuration options --- README.nginx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.nginx b/README.nginx index 7b9a1d9..6440e1e 100644 --- a/README.nginx +++ b/README.nginx @@ -8,14 +8,19 @@ Here are the steps: 1) Edit the 'monitorix.conf' file to enable the 'nginx' monitorization and set the correct network port where Nginx is listening on: - our %GRAPH_ENABLE = ( + [...] - "nginx" => "Y", + nginx = y [...] + - our $NGINX_PORT = "80"; + + [...] + port = 80 + [...] + -2) Make sure 'nginx' is compiled with the flag: +2) Make sure 'nginx' has been compiled with the flag: --with-http_stub_status_module 3) Edit the 'nginx.conf' file and add or uncomment in the server section the