Docker file and Caddy file

This commit is contained in:
2026-05-19 02:25:16 +00:00
parent d543466168
commit 4bac1983f1
3 changed files with 27 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
:80 {
root * /srv
encode gzip zstd
try_files {path} /index.html
file_server
}