Removing wastes

This commit is contained in:
Artur Kuś 2025-08-18 21:50:40 +02:00
parent bb104efd24
commit 810092696a
1 changed files with 0 additions and 6 deletions

View File

@ -61,10 +61,4 @@ server {
expires 1y; expires 1y;
} }
# Wyjątek dla API
location ~ ^/(api|auth|webhook) {
limit_req off;
proxy_pass http://arti24-container:3000;
}
} }