diff --git a/nginx-config/https-disabled/https-zaklik-arti24-eu-https.conf b/nginx-config/https-disabled/https-zaklik-arti24-eu-https.conf index e6ae5fa..c23fa98 100755 --- a/nginx-config/https-disabled/https-zaklik-arti24-eu-https.conf +++ b/nginx-config/https-disabled/https-zaklik-arti24-eu-https.conf @@ -16,7 +16,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://zaklik_by_node_js:3000; + proxy_pass http://arti24-container:3000; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; diff --git a/nginx-config/https/https-angular-arti24-eu.conf b/nginx-config/https/https-angular-arti24-eu.conf index 1601063..f41775e 100755 --- a/nginx-config/https/https-angular-arti24-eu.conf +++ b/nginx-config/https/https-angular-arti24-eu.conf @@ -16,7 +16,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://zaklik_by_node_js:3003; + proxy_pass http://arti24-container:3003; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; diff --git a/nginx-config/https/https-arti24-eu.conf b/nginx-config/https/https-arti24-eu.conf index 7454ce4..abc13b0 100755 --- a/nginx-config/https/https-arti24-eu.conf +++ b/nginx-config/https/https-arti24-eu.conf @@ -17,7 +17,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://zaklik_by_node_js:3002; + proxy_pass http://arti24-container:3002; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; diff --git a/nginx-config/https/https-artiks.tk.conf b/nginx-config/https/https-artiks.tk.conf index 0e2b7eb..bae77bd 100755 --- a/nginx-config/https/https-artiks.tk.conf +++ b/nginx-config/https/https-artiks.tk.conf @@ -17,7 +17,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://zaklik_by_node_js:3002; + proxy_pass http://arti24-container:3002; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; diff --git a/nginx-config/https/https-bodypainter-eu.conf b/nginx-config/https/https-bodypainter-eu.conf index a1a4aa1..9013a63 100755 --- a/nginx-config/https/https-bodypainter-eu.conf +++ b/nginx-config/https/https-bodypainter-eu.conf @@ -36,7 +36,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://zaklik_by_node_js:3000; + proxy_pass http://arti24-container:3000; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; diff --git a/nginx-config/https/https-massage-themself-eu.conf b/nginx-config/https/https-massage-themself-eu.conf index b22118e..a3c6657 100755 --- a/nginx-config/https/https-massage-themself-eu.conf +++ b/nginx-config/https/https-massage-themself-eu.conf @@ -17,7 +17,7 @@ server { # Ograniczenie liczby żądań limit_req zone=ip_limit burst=20 nodelay; - proxy_pass http://zaklik_by_node_js:3001; + proxy_pass http://arti24-container:3001; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;