Files
slm-design/Caddyfile

11 lines
334 B
Caddyfile
Raw Normal View History

:8082 {
root * /srv
@plainText path /llms.txt /llms-full.txt
header @plainText Content-Type "text/plain; charset=utf-8"
@markdown path /ARCHITECTURE.md
header @markdown Content-Type "text/markdown; charset=utf-8"
file_server
header Link "</llms.txt>; rel=\"llms\""
try_files {path} {path}.html {path}/index.html /index.html
}