saiger.dev

Caddy Configurations

Collection of caddy configurations

Encoding and Cache-Control

{
    root * /srv
    file_server 
    header {
      Cache-Control max-age=31536000
    }
    encode
}