diff --git a/nginx-config/https/https-zaklik-arti24-eu-https.conf b/nginx-config/https/https-zaklik-arti24-eu-https.conf index ae9ef57..9cf23d0 100644 --- a/nginx-config/https/https-zaklik-arti24-eu-https.conf +++ b/nginx-config/https/https-zaklik-arti24-eu-https.conf @@ -14,7 +14,7 @@ server { location / { - proxy_pass http://zaklik-only:8085; + proxy_pass http://zaklik_by_node_js:3000; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;