From 49045e8903487a0b7d50813382c56c2ceeda973a Mon Sep 17 00:00:00 2001 From: Artur Date: Mon, 30 Dec 2024 14:40:02 +0100 Subject: [PATCH] proxy_pass http://zaklik_by_node_js:3001; --- nginx-config/https/https-themself-eu.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-config/https/https-themself-eu.conf b/nginx-config/https/https-themself-eu.conf index 0611869..fcae187 100644 --- a/nginx-config/https/https-themself-eu.conf +++ b/nginx-config/https/https-themself-eu.conf @@ -34,7 +34,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:3001; + proxy_pass http://zaklik_by_node_js:3001; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;