Skip to content

Instantly share code, notes, and snippets.

View JonathanBennett's full-sized avatar

Jonathan Bennett JonathanBennett

View GitHub Profile
@harshavardhana
harshavardhana / nginx-minio-static.md
Last active March 15, 2024 23:41 — forked from koolhead17/gist:4b8dd8d95ec86368634693cf9ad9391c
How to configure static website using Nginx with MinIO ?

How to configure static website using Nginx with MinIO ?

1. Install nginx

2. Install minio

3. Install mc client

4. Create a bucket:

$ mc mb myminio/static
Bucket created successfully ‘myminio/static’.