From 3664526a01aaf15f8749b57f17d78203c92115ef Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Wed, 8 Oct 2025 21:55:47 -0300 Subject: [PATCH] =?UTF-8?q?[Auto-Sync]=20Atualiza=C3=A7=C3=A3o=20das=20con?= =?UTF-8?q?figura=C3=A7=C3=B5es=20em=20srvproxy001.itguys.com.br=20-=20202?= =?UTF-8?q?5-10-08=2021:55:47?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/sites-available/default-catchall.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/nginx/sites-available/default-catchall.conf b/nginx/sites-available/default-catchall.conf index 90b3382..ed3d47a 100644 --- a/nginx/sites-available/default-catchall.conf +++ b/nginx/sites-available/default-catchall.conf @@ -92,4 +92,13 @@ server { location / { return 404; } + location /nginx_status { + stub_status; + + # --- Segurança --- + allow 127.0.0.1; # Acesso local (localhost) + allow 172.16.254.1; # Permite o próprio servidor + allow 172.16.254.1; # << ADICIONE O IP DO SEU ZABBIX/MONITOR AQUI + deny all; # Bloqueia todos os outros +} }