timetracker/Caddyfile
Lukáš Kucharczyk af14718406
All checks were successful
continuous-integration/drone/push Build is passing
Remove Caddy
2023-01-20 15:40:07 +01:00

14 lines
179 B
Caddyfile

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