timetracker/Caddyfile

14 lines
180 B
Caddyfile
Raw Normal View History

2023-01-07 20:09:47 +00:00
{
auto_https off
admin off
}
:8000 {
handle_path /static/* {
root * src/web/static/
file_server
}
handle {
reverse_proxy :8001
}
}