mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-09-11 07:17:46 +00:00
19 lines
250 B
Caddyfile
19 lines
250 B
Caddyfile
{
|
|
debug
|
|
}
|
|
|
|
:80 {
|
|
respond /caddy-health-check 200
|
|
|
|
handle_path /media/* {
|
|
@downloads {
|
|
query dl=*
|
|
}
|
|
header @downloads Content-disposition "attachment; filename={query.dl}"
|
|
|
|
file_server {
|
|
root {$MEDIA_ROOT:/baserow/media/}
|
|
}
|
|
}
|
|
}
|