deployment/configs/caddy/Imagor

8 lines
216 B
Text

{$IMAGOR_URL} {
header Access-Control-Allow-Origin *
header Access-Control-Allow-Origin {$DOMAIN}
reverse_proxy imagor:8000
header -Cache-Control
header -Expires
header Cache-Control "public, max-age=604800"
}