source: code/trunk/example/mai.h2o.yml@ 70

Last change on this file since 70 was 68, checked in by yakumo.izuru, 16 months ago

インストール手順の更新、例の追加、リミッターの再構成

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 345 bytes
RevLine 
[68]1hosts:
2 "mai.example.net:80":
3 listen:
4 port: 80
5 paths:
6 "/":
7 redirect: mai.example.net:443
8 "mai.example.net:443":
9 listen:
10 port: 443
11 ssl:
12 certificate-file: /path/to/fullchain.pem
13 key-file: /path/to/privkey.pem
14 paths:
15 "/":
16 proxy.reverse: "http://localhost:5000"
Note: See TracBrowser for help on using the repository browser.