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