feat: add caddyfile
All checks were successful
Workflow / build (push) Successful in 1m1s
Workflow / publish (push) Successful in 32s

This commit is contained in:
Ilia Mashkov
2026-02-09 15:27:14 +03:00
parent d40170cfad
commit cb740df1b2

5
Caddyfile Normal file
View File

@@ -0,0 +1,5 @@
:3000 {
root * /usr/share/caddy
file_server
try_files {path} /index.html
}