[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-02 20:37:25

This commit is contained in:
srvproxy001.itguys.com.br 2025-10-02 20:37:25 -03:00
parent ba255b0963
commit 213125ad17
1 changed files with 4 additions and 0 deletions

View File

@ -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;