Remove Caddy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-20 15:40:07 +01:00
parent 18e8f93261
commit d40612af72
5 changed files with 36 additions and 14 deletions

View File

@ -5,10 +5,10 @@
:8000 {
handle_path /static/* {
root * static/
root * /usr/share/caddy
file_server
}
handle {
reverse_proxy :8001
reverse_proxy backend:8001
}
}