From 3953e44f21cdf288bf66491bb504c0d45989512f Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Thu, 18 Jul 2024 15:59:52 +0200 Subject: [PATCH] . --- nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index a6f7715d..d402e812 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -90,7 +90,7 @@ http { # chunked_transfer_encoding off; - proxy_pass http://minioUI:9001/; + proxy_pass http://minioUI/; } #Minio storage API @@ -106,7 +106,7 @@ http { # proxy_set_header Connection ""; # chunked_transfer_encoding off; - proxy_pass http://minioAPI:9000/; + proxy_pass http://minioAPI/; } # location /phpmyadmin/ {