16 lines
272 B
INI
16 lines
272 B
INI
|
listen: :1965
|
||
|
disablehttps: true
|
||
|
disablesize: true
|
||
|
|
||
|
hosts:
|
||
|
default:
|
||
|
paths:
|
||
|
- lang: en
|
||
|
symlinks: false
|
||
|
localhost:
|
||
|
cert: /app/certs/localhost.crt
|
||
|
key: /app/certs/localhost.key
|
||
|
paths:
|
||
|
- path: /
|
||
|
command: echo "Welcome to twins"
|