From 520df5465028abd3dd560e9018cfef6696f8ac4e Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 1 Mar 2025 22:02:17 +0300 Subject: [PATCH] fix(nginx): delete ratelimit for /static/chart --- nginx/chart/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx/chart/nginx.conf b/nginx/chart/nginx.conf index 6521b68..9d90ddd 100644 --- a/nginx/chart/nginx.conf +++ b/nginx/chart/nginx.conf @@ -9,8 +9,6 @@ location /api/getChart { } location /static/chart { - limit_req zone=kekkai burst=4; - proxy_pass http://chart:3030; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;