[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-02 20:37:25
This commit is contained in:
parent
ba255b0963
commit
213125ad17
|
|
@ -95,6 +95,10 @@ http {
|
||||||
1 $binary_remote_addr;
|
1 $binary_remote_addr;
|
||||||
default "";
|
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 $limit_key zone=global_limit:20m rate=10r/s;
|
||||||
limit_req_zone $bad_bot_key zone=bad_bot_limit:10m rate=5r/m;
|
limit_req_zone $bad_bot_key zone=bad_bot_limit:10m rate=5r/m;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue