From 84362d0d72c36637404b2c04b90cd87856b75fee Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 16 Jan 2025 18:08:54 +0100 Subject: [PATCH] proxy_pass http://zaklik_by_node_js:3002; --- nginx-config/https/https-arti24-eu.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx-config/https/https-arti24-eu.conf b/nginx-config/https/https-arti24-eu.conf index 7bbac46..8b1ec7a 100644 --- a/nginx-config/https/https-arti24-eu.conf +++ b/nginx-config/https/https-arti24-eu.conf @@ -17,7 +17,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://zaklik_by_node_js:3000; + proxy_pass http://zaklik_by_node_js:3002; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; @@ -26,4 +26,5 @@ server { proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Port $server_port; } +}