Files
timetracker/Caddyfile
lukas 0a52c4da7b
Django CI/CD / test (push) Failing after 27s
Django CI/CD / build-and-push (push) Has been skipped
Make container more robust
2026-05-12 17:47:23 +02:00

16 lines
224 B
Caddyfile

{
auto_https off
}
:8000 {
handle_path /static/* {
root * /home/timetracker/app/static
file_server
}
handle /robots.txt {
root * /home/timetracker/app/games/static
file_server
}
reverse_proxy localhost:8001
}