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;