From bb104efd240019c0028cf86282298e99d165e4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 18 Aug 2025 21:48:59 +0200 Subject: [PATCH] removing limit_req off; --- nginx-config/https/https-bodypainter-eu.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx-config/https/https-bodypainter-eu.conf b/nginx-config/https/https-bodypainter-eu.conf index bfda7ab..2544f2b 100755 --- a/nginx-config/https/https-bodypainter-eu.conf +++ b/nginx-config/https/https-bodypainter-eu.conf @@ -51,7 +51,6 @@ server { # Statyczne zasoby (obrazy, css, js, fonts) location ~* \.(jpg|jpeg|png|gif|ico|webp|svg|woff2)$ { - limit_req off; proxy_cache COMBINED_CACHE; proxy_pass http://arti24-container:3000; proxy_cache_valid 200 30d;