timetracker/Caddyfile

14 lines
172 B
Caddyfile
Raw Normal View History

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