initial commit

This commit is contained in:
2024-02-05 03:19:08 +00:00
commit 834a505601
4 changed files with 52 additions and 0 deletions

6
Caddyfile Normal file
View File

@ -0,0 +1,6 @@
:80 {
root * /www/html
file_server
try_files {path}.html {path}
}