Skip to content

Latest commit

 

History

History
 
 

minio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Minio Object storage with Caddy server

Minio is an Open Source object storage. If you want to inherit webserver features like load balancing, IP filtering and monitoring you can use Caddy in front of Minio.

In this document you will learn on how to set up Caddy server as a proxy in front of Minio.

Prerequisites

Start Minio server

$ ./minio --address localhost:9000 server <your_export_dir>

Start caddy server

$ ./caddy
Activating privacy features... done.
your.public.com:443
your.public.com:80

You'll need to have caddy 0.9 installed for this to work