From 729d749127cbfb98309be79ca394f08fe7e36c16 Mon Sep 17 00:00:00 2001 From: Artur Date: Mon, 30 Dec 2024 14:31:12 +0100 Subject: [PATCH] removing limits for arti24.eu ? --- nginx-config/https/https-arti24-eu.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx-config/https/https-arti24-eu.conf b/nginx-config/https/https-arti24-eu.conf index 3aeb686..4fb0f4c 100644 --- a/nginx-config/https/https-arti24-eu.conf +++ b/nginx-config/https/https-arti24-eu.conf @@ -1,4 +1,3 @@ -limit_req_zone $binary_remote_addr zone=ip_limit:10m rate=2r/s; server { listen 443 ssl; @@ -19,9 +18,6 @@ server { location / { - # Ograniczenie liczby żądań - limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://arti-angular-app:4200; proxy_set_header X-Real-IP $remote_addr;