From b878fd70aa57f5c9ff12878b9e150213a385a7de Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Fri, 17 Oct 2025 23:12:22 -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-17=2023:12:22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/sites-available/cloud.grupopralog.com.br.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx/sites-available/cloud.grupopralog.com.br.conf b/nginx/sites-available/cloud.grupopralog.com.br.conf index a917b81..17f6814 100644 --- a/nginx/sites-available/cloud.grupopralog.com.br.conf +++ b/nginx/sites-available/cloud.grupopralog.com.br.conf @@ -49,9 +49,9 @@ server { error_log /var/log/nginx/cloud.grupopralog.com.br.error.log warn; access_log /var/log/nginx/cloud.grupopralog.com.br.bad-bot.log suspicious_bot if=$is_bad_bot; - if ($block_request) { - return 404; - } + #if ($block_request) { + # return 404; + #} limit_req zone=global_limit burst=100 nodelay; add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;