14 lines
266 B
Caddyfile
14 lines
266 B
Caddyfile
{$SITE_DOMAIN:advdoors.ru} {
|
|
reverse_proxy app:3000
|
|
|
|
handle_path /media/* {
|
|
reverse_proxy minio:9000 {
|
|
header_up Host {upstream_hostport}
|
|
}
|
|
rewrite * /advdoors-media{uri}
|
|
header Cache-Control "public, max-age=2592000, immutable"
|
|
}
|
|
|
|
encode gzip zstd
|
|
}
|