Files
nextjs-style-guide/Caddyfile
T

11 lines
228 B
Caddyfile
Raw Normal View History

2026-02-01 08:01:34 +03:00
:8080 {
root * /srv
# Кириллица в .txt и .md ломается без явного charset
@text path *.txt *.md
header @text Content-Type "text/plain; charset=utf-8"
2026-02-01 08:01:34 +03:00
file_server
try_files {path} /index.html
}