timetracker/Caddyfile
Lukáš Kucharczyk 2939b4a515
All checks were successful
continuous-integration/drone/push Build is passing
Change to gunicorn
2023-01-07 21:09:47 +01:00

14 lines
180 B
Caddyfile

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