From af8b566f52c08c40867d2bf5f9353265596855f9 Mon Sep 17 00:00:00 2001 From: Artur Date: Wed, 30 Oct 2024 18:37:25 +0100 Subject: [PATCH] proxy_pass http://zaklik-only:8085; --- nginx-config/https/https-zaklik-arti24-eu-https.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;