fix(nginx): delete ratelimit for /static/chart

This commit is contained in:
Данил 2025-03-01 22:02:17 +03:00
parent ae9402e0da
commit 520df54650

View file

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