diff --git a/nginx-config/https/https-artiks.tk.conf b/nginx-config/https/https-artiks.tk.conf index bae77bd..a753e4b 100755 --- a/nginx-config/https/https-artiks.tk.conf +++ b/nginx-config/https/https-artiks.tk.conf @@ -17,6 +17,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; + proxy_pass http://arti24-container:3002; proxy_set_header X-Real-IP $remote_addr;