Skip to content

Instantly share code, notes, and snippets.

@zzl221000
zzl221000 / example.py
Created July 28, 2023 09:01
aiostream example
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import aiohttp
import asyncio
from aiostream import operator, pipe
api = ''
@operator
@zzl221000
zzl221000 / nginx-minio-static.md
Last active September 30, 2020 06:20 — forked from harshavardhana/nginx-minio-static.md
How to configure static website (include vue react spa website) using Nginx with MinIO ?

How to configure static website (include vue react spa website) using Nginx with MinIO ?

1. Install nginx

2. Install minio

3. Install mc client

4. Create a bucket:

$ mc mb myminio/${YOUR_DOMAIN}
Bucket created successfully ‘myminio/${YOUR_DOMAIN}’.