From d45bde7624523da1b95ac0235ae6d30e26921c65 Mon Sep 17 00:00:00 2001 From: Redume Date: Wed, 26 Feb 2025 22:02:08 +0300 Subject: [PATCH] chore: delete ratelimit for web --- nginx/web/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx/web/nginx.conf b/nginx/web/nginx.conf index 7fa34b6..28bf945 100644 --- a/nginx/web/nginx.conf +++ b/nginx/web/nginx.conf @@ -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;