From 10d5cbeadb03ae5a54401feed982a637fbf7b970 Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Thu, 25 Jul 2024 12:05:04 +0200 Subject: [PATCH] . --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 4ca4b717..f63eec32 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -189,7 +189,7 @@ http { chunked_transfer_encoding off; - proxy_pass https://MIH-Minio:90001; # This uses the upstream directive definition to load balance + proxy_pass https://MIH-Minio:9001; # This uses the upstream directive definition to load balance } location ~ /.well-known/acme-challenge/ {