From 9d49a47010e2385ac01de3a4517f9847199ecd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 17 Nov 2025 08:15:05 +0100 Subject: [PATCH] limit req --- angie.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angie.conf b/angie.conf index ba12ae1..0626f44 100755 --- a/angie.conf +++ b/angie.conf @@ -54,7 +54,7 @@ http { resolver 127.0.0.1 1.1.1.1 1.0.0.1 8.8.8.8 8.8.4.4 valid=10s status_zone=default_resolver; resolver_timeout 2s; - proxy_cache_path /var/lib/angie/cache/public levels=1:2 keys_zone=public-cache:100m max_size=2g inactive=12h use_temp_path=off; + proxy_cache_path /var/cache/angie/public levels=1:2 keys_zone=public-cache:100m max_size=2g inactive=12h use_temp_path=off; # Brotli compression brotli on;