chore: add build scaffolding, overlay structure, CI workflow: Caddyfile
This commit is contained in:
parent
b81fef6cec
commit
e708a4ac63
1 changed files with 6 additions and 0 deletions
6
Caddyfile
Normal file
6
Caddyfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
:3000
|
||||
|
||||
root * /srv
|
||||
encode zstd gzip
|
||||
file_server
|
||||
try_files {path} /index.html
|
||||
Loading…
Reference in a new issue