refactor(config): drop ssl support

This commit is contained in:
2026-01-16 03:33:55 +01:00
parent 1a478196bc
commit 462fd7473b
3 changed files with 26 additions and 21 deletions

View File

@@ -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