From a5e8c49da5bfd6a1a84609b41e7912193d660d6e Mon Sep 17 00:00:00 2001 From: Mason Payne Date: Thu, 7 Nov 2024 22:54:11 -0700 Subject: [PATCH] fix minio nginx config --- setup_minio_nginx.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup_minio_nginx.sh b/setup_minio_nginx.sh index 092aaac..fdc04cd 100755 --- a/setup_minio_nginx.sh +++ b/setup_minio_nginx.sh @@ -3,8 +3,8 @@ # Exit immediately if a command exits with a non-zero status. set -e -# MinIO server should be running on port 9000 -MINIO_PORT=9000 +# MinIO server should be running on port 45855 +MINIO_PORT=45855 # Configure nginx to proxy requests to the MinIO server sudo tee /etc/nginx/sites-available/minio.sa.vin.conf > /dev/null <