14 lines
186 B
YAML
14 lines
186 B
YAML
hostname: localhost
|
|
port: 3030
|
|
|
|
virtual_hosts:
|
|
- domain: localhost
|
|
root: www
|
|
ssl: false
|
|
|
|
- domain: test.local
|
|
root: www
|
|
ssl: true
|
|
cert: cert.pem
|
|
key: key.pem
|