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/ {