setup nginx reverse proxy with minio server: why use default...
I am starting a minio server on some remote machine with the following command: minio server --address :9000 /opt/archive/minio_storage Now i want to set up a Nginx reverse proxy and redirect all requests to the host on which the minio s...