mirror of
https://github.com/minio/minio
synced 2026-08-29 14:36:37 -04:00
Add domain and subdomain support for MinioAPI
This change brings in domain and subdomain support - ./minio --domain "yourminiodomain.com" This change brings in a much needed feature by keeping bucketnames as part of your 'DNS' name. All your existing applications can be migrated off from s3 to Minio without little to no modifications. NOTE: Setting up DNS for your `buckets` is out of scope of this feature
This commit is contained in:
parent
2d3b00b831
commit
51e80eaa6d
13 changed files with 236 additions and 148 deletions
|
|
@ -27,7 +27,7 @@ type HttpServerConfig struct {
|
|||
TLS bool
|
||||
CertFile string
|
||||
KeyFile string
|
||||
Websocket bool
|
||||
Websocket bool // implement it - TODO
|
||||
}
|
||||
|
||||
type HttpServer struct{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue