Minio implements https access

Since the website has installed an SSL certificate to achieve https access, but the files under minio are still exposed in http, and accessing http pictures on the https website will fail. I searched around the Internet and found that most of them are installed by installing an SSL certificate for minio. , such as this blog: minio configuration https_minio https_summenger's blog - CSDN Blog

It is more complicated, so is there any simpler way to achieve it? Push it now: the omnipotent nginx forwarding method.

We only need to expose a new SSL port in the nginx configuration file and forward it to our http address to easily implement https access. As shown below:

 

 

Guess you like

Origin blog.csdn.net/bDreamer/article/details/130163759