All checks were successful
continuous-integration/drone/push Build is passing
The old naming scheme was causing confusion and probably errors. Reviewed-on: #41
14 lines
188 B
Caddyfile
14 lines
188 B
Caddyfile
{
|
|
auto_https off
|
|
admin off
|
|
}
|
|
|
|
:8000 {
|
|
handle_path /static/* {
|
|
root * src/timetracker/static/
|
|
file_server
|
|
}
|
|
handle {
|
|
reverse_proxy :8001
|
|
}
|
|
} |