Files
bmp-project/Caddyfile
syntaxbullet 99569d2cf3 initial commit
2026-05-13 17:26:13 +02:00

10 lines
111 B
Caddyfile

{$APP_DOMAIN} {
encode zstd gzip
request_body {
max_size {$MAX_UPLOAD_SIZE}
}
reverse_proxy bmp:3000
}