#!/bin/bash # Exit immediately if a command exits with a non-zero status. set -e # MinIO server should be running on port 9000 MINIO_PORT=9000 # Configure nginx to proxy requests to the MinIO server sudo tee /etc/nginx/sites-available/minio.sa.vin.conf > /dev/null <