deleted config file for documentation (moved to docs.pyserve.org repository)

This commit is contained in:
Илья Глазунов 2025-12-07 22:24:42 +03:00
parent d03ade18c5
commit c04ab283a6

View File

@ -1,32 +0,0 @@
# PyServe configuration for serving documentation
# Usage: pyserve -c config.docs.yaml
http:
static_dir: ./docs
templates_dir: ./templates
server:
host: 0.0.0.0
port: 8000
backlog: 1000
default_root: false
ssl:
enabled: false
logging:
level: INFO
console_output: true
extensions:
- type: routing
config:
regex_locations:
"~*\\.(css)$":
root: "./docs"
cache_control: "public, max-age=3600"
"__default__":
root: "./docs"
index_file: "index.html"
cache_control: "no-cache"