You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
487 B
487 B
Proxy using Caddy.
Please download Caddy Server
Create a caddy configuration file as below, change the ip addresses according to your local minio and DNS configuration.
your.public.com {
proxy / 10.0.1.3:9000 {
proxy_header Host {host}
proxy_header X-Real-IP {remote}
proxy_header X-Forwarded-Proto {scheme}
}
tls off
}
$ ./caddy
Activating privacy features... done.
your.public.com