You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/docker/caddy/Caddyfile

18 lines
385 B
Caddyfile

:80 {
# Set this path to your site's directory.
root * /usr/share/caddy
# Compress responses according to Accept-Encoding headers
encode zstd gzip
# Client side caching
@static {
file
path *.ico *.css *.js *.gif *.jpg *.jpeg *.png *.svg *.woff
}
header @static Cache-Control max-age=5184000
# Enable the static file server.
file_server
}