From 4800f9e486129fc4112eb87f88ff8a335cc15a50 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 2 Feb 2025 07:10:11 +0200 Subject: [PATCH] nginx: removed legacy limit_rate --- configs/nginx/loc-bigpost.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/nginx/loc-bigpost.conf b/configs/nginx/loc-bigpost.conf index ebd37a6b..7125ecc7 100644 --- a/configs/nginx/loc-bigpost.conf +++ b/configs/nginx/loc-bigpost.conf @@ -1,4 +1,2 @@ -limit_rate 6250k; -limit_rate_after 50k; client_max_body_size 0; proxy_request_buffering off;