diff --git a/nginx-config/https/https-driving-themself-eu.conf b/nginx-config/https/https-driving-themself-eu.conf index 5451329..6bc516f 100644 --- a/nginx-config/https/https-driving-themself-eu.conf +++ b/nginx-config/https/https-driving-themself-eu.conf @@ -17,7 +17,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://arti24-container:3002; + proxy_pass http://arti24-container:3004; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;