mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-12 19:44:39 +03:00
fix(nginx): delete ratelimit for /static/chart
This commit is contained in:
parent
ae9402e0da
commit
520df54650
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue