removing limit_req off;

This commit is contained in:
Artur Kuś 2025-08-18 21:48:59 +02:00
parent 28da4d3748
commit bb104efd24
1 changed files with 0 additions and 1 deletions

View File

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