#!/bin/bash # Exit immediately if a command exits with a non-zero status. set -e # 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 < /dev/null <