Last change
on this file since 72 was 68, checked in by yakumo.izuru, 16 months ago |
インストール手順の更新、例の追加、リミッターの再構成
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
345 bytes
|
Rev | Line | |
---|
[68] | 1 | hosts:
|
---|
| 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.