
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/mai/trunk@68 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
17 lines
345 B
YAML
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"
|