From b4cc0f2f5e8220b5520e9c4262196cc92f1399e1 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 16 Jan 2025 17:05:22 +0100 Subject: [PATCH] arti24.artiks.tk --- nginx-config/https/https-bodypainter-artiks.tk.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-config/https/https-bodypainter-artiks.tk.conf b/nginx-config/https/https-bodypainter-artiks.tk.conf index 4cd2af8..73b0170 100644 --- a/nginx-config/https/https-bodypainter-artiks.tk.conf +++ b/nginx-config/https/https-bodypainter-artiks.tk.conf @@ -1,7 +1,7 @@ server { listen 443 ssl; - server_name bodypainter.artiks.tk; + server_name arti24.artiks.tk; server_tokens off; @@ -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;