diff --git a/nginx-config/https/https-zaklik-arti24-eu-https.conf b/nginx-config/https/https-zaklik-arti24-eu-https.conf index 6ffee68..829255d 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:8085; + proxy_pass http://zaklik-only:8085; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;