From 90a753060b3dbf86ab816af2959c19cefa1605cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Thu, 31 Jul 2025 13:02:32 +0200 Subject: [PATCH] 3002 -> 3004 conflict on 3003 with angular --- nginx-config/https/https-driving-themself-eu.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-config/https/https-driving-themself-eu.conf b/nginx-config/https/https-driving-themself-eu.conf index 5451329..6bc516f 100644 --- a/nginx-config/https/https-driving-themself-eu.conf +++ b/nginx-config/https/https-driving-themself-eu.conf @@ -17,7 +17,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://arti24-container:3002; + proxy_pass http://arti24-container:3004; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;