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;