mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
add docker container
This commit is contained in:
11
src/files/Caddyfile
Normal file
11
src/files/Caddyfile
Normal file
@@ -0,0 +1,11 @@
|
||||
:80 {
|
||||
# Compress responses according to Accept-Encoding headers
|
||||
encode gzip zstd
|
||||
|
||||
root * /etc/caddy/html/
|
||||
|
||||
try_files {path} /index.html
|
||||
|
||||
# Serve everything else from the file system
|
||||
file_server
|
||||
}
|
||||
Reference in New Issue
Block a user