Files
IronCalc/webapp/app.ironcalc.com/Caddyfile.compose
2025-10-15 22:19:25 +02:00

18 lines
206 B
Caddyfile

:2080 {
log {
output stdout
level INFO
}
@api path /api/*
handle @api {
reverse_proxy server:8000
}
handle {
root * /srv
try_files {path} /index.html
file_server
}
}