Caddy Configurations
Collection of caddy configurations
Encoding and Cache-Control
{
root * /srv
file_server
header {
Cache-Control max-age=31536000
}
encode
}
Collection of caddy configurations
{
root * /srv
file_server
header {
Cache-Control max-age=31536000
}
encode
}