Appearance
MinIOで静的コンテンツをホスティングする
静的ウェブサイトをホスティングして外部公開します。
前提
- MinIOが起動している
mcコマンドが叩ける状態になっている- エイリアス
nobが登録されている
手順
- バケットを作成します:
shell
mc mb nob/first-bucket- バケットのポリシーを設定します:
shell
mc anonymous set download nob/first-bucket- バケットに公開したいコンテンツ一式をコピーします:
shell
mc cp -r ./public nob/first-bucket- 外部公開用URLにアクセスします:
http://{minio_ip}:{http_port}/first-bucket/public/index.html