3003 -> 3002 For short time

This commit is contained in:
Artur Kuś 2025-07-30 21:23:22 +02:00
parent fae4f50c3e
commit 16e5d019d6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ server {
# Ograniczenie liczby żądań # Ograniczenie liczby żądań
limit_req zone=ip_limit burst=20 nodelay; limit_req zone=ip_limit burst=20 nodelay;
proxy_pass http://arti24-container:3003; proxy_pass http://arti24-container:3002;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;