diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 207d8ed0..4ca4b717 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -163,7 +163,7 @@ http { proxy_set_header Connection ""; chunked_transfer_encoding off; - proxy_pass https://minioAPI; # This uses the upstream directive definition to load balance + proxy_pass https://MIH-Minio:9000; # This uses the upstream directive definition to load balance } location /minio/ui/ { @@ -189,7 +189,7 @@ http { chunked_transfer_encoding off; - proxy_pass https://minioUI; # This uses the upstream directive definition to load balance + proxy_pass https://MIH-Minio:90001; # This uses the upstream directive definition to load balance } location ~ /.well-known/acme-challenge/ {