From 213125ad17a08821cdf3a7f77371d41f42c7eb54 Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Thu, 2 Oct 2025 20:37:25 -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-02=2020:37:25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 4e276ed..99c9e4f 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -95,6 +95,10 @@ http { 1 $binary_remote_addr; default ""; } + map $request_uri $cache_asset { + ~*\.(css|js|mjs|svg|gif|png|jpg|jpeg|ico|wasm|woff|woff2|ttf|otf)$ 1y; + default off; + } limit_req_zone $limit_key zone=global_limit:20m rate=10r/s; limit_req_zone $bad_bot_key zone=bad_bot_limit:10m rate=5r/m;