From 7cff1407f27373c2a0e38f6d176645bcbefb2751 Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Thu, 18 Jul 2024 14:47:28 +0200 Subject: [PATCH] . --- nginx/nginx.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index f9c27629..1afa90ca 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -7,15 +7,15 @@ http { server_tokens off; charset utf-8; - upstream minioUI { - least_conn; - server minio:9001; - } + # upstream minioUI { + # least_conn; + # server minio:9001; + # } - upstream minioAPI { - least_conn; - server minio:9000; - } + # upstream minioAPI { + # least_conn; + # server minio:9000; + # } # always redirect to https server { @@ -79,7 +79,7 @@ http { chunked_transfer_encoding off; - proxy_pass http://minioUI; + proxy_pass http://MIH-Minio:9001; } #Minio storage API @@ -95,7 +95,7 @@ http { proxy_set_header Connection ""; chunked_transfer_encoding off; - proxy_pass http://minioAPI; + proxy_pass http://MIH-Minio:9000; } # location /phpmyadmin/ {