Files
workdock-platform/deploy/Caddyfile
2026-03-28 20:45:07 +01:00

16 lines
203 B
Caddyfile

{$SITE_ADDRESS} {
encode gzip zstd
handle_path /static/* {
root * /srv/static
file_server
}
handle_path /media/* {
root * /srv/media
file_server
}
reverse_proxy web:8000
}