From 810092696ac16a9423d3c108914ef34674854c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 18 Aug 2025 21:50:40 +0200 Subject: [PATCH] Removing wastes --- nginx-config/https/https-bodypainter-eu.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nginx-config/https/https-bodypainter-eu.conf b/nginx-config/https/https-bodypainter-eu.conf index 2544f2b..c781905 100755 --- a/nginx-config/https/https-bodypainter-eu.conf +++ b/nginx-config/https/https-bodypainter-eu.conf @@ -61,10 +61,4 @@ server { expires 1y; } - - # Wyjątek dla API - location ~ ^/(api|auth|webhook) { - limit_req off; - proxy_pass http://arti24-container:3000; - } } \ No newline at end of file