timetracker/Caddyfile
Lukáš Kucharczyk 2f00be455d
All checks were successful
continuous-integration/drone/push Build is passing
Rename project (#41)
The old naming scheme was causing confusion and probably errors.

Reviewed-on: #41
2023-01-19 19:35:25 +00: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
}
}