timetracker/Caddyfile
Lukáš Kucharczyk 18e8f93261
All checks were successful
continuous-integration/drone/push Build is passing
Additional fixes
2023-01-20 15:06:42 +01:00

14 lines
172 B
Caddyfile

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