refactor(config): drop ssl support
This commit is contained in:
16
config.yaml
16
config.yaml
@@ -1,21 +1,17 @@
|
||||
# Default hostname
|
||||
hostname: localhost
|
||||
|
||||
# Running port
|
||||
port: 3030
|
||||
|
||||
# Virtual hosts setup
|
||||
virtual_hosts:
|
||||
- domain: localhost
|
||||
# Root folder
|
||||
root: www
|
||||
ssl: false
|
||||
# Custom pages
|
||||
error_pages:
|
||||
- method: 404
|
||||
path: pages/404.html
|
||||
- method: 500
|
||||
path: pages/500.html
|
||||
|
||||
- domain: test.local
|
||||
root: www
|
||||
ssl: true
|
||||
cert: cert.pem
|
||||
key: key.pem
|
||||
error_pages:
|
||||
- method: 404
|
||||
path: pages/404.html
|
||||
|
||||
Reference in New Issue
Block a user