chore: delete ratelimit for web

This commit is contained in:
Данил 2025-02-26 22:02:08 +03:00
parent d8396d2331
commit d45bde7624

View file

@ -1,6 +1,4 @@
location / {
limit_req zone=kekkai burst=4;
proxy_pass http://web:3050;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;