mai/example/mai.h2o.yml
yakumo.izuru f1d0667b80 インストール手順の更新、例の追加、リミッターの再構成
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/mai/trunk@68 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
2024-02-11 00:56:18 +00:00

17 lines
345 B
YAML

hosts:
"mai.example.net:80":
listen:
port: 80
paths:
"/":
redirect: mai.example.net:443
"mai.example.net:443":
listen:
port: 443
ssl:
certificate-file: /path/to/fullchain.pem
key-file: /path/to/privkey.pem
paths:
"/":
proxy.reverse: "http://localhost:5000"