Files
timetracker/Caddyfile
2023-01-19 19:46:43 +01:00

14 lines
188 B
Caddyfile

{
auto_https off
admin off
}
:8000 {
handle_path /static/* {
root * src/timetracker/static/
file_server
}
handle {
reverse_proxy :8001
}
}