All checks were successful
continuous-integration/drone/push Build is passing
14 lines
188 B
Caddyfile
14 lines
188 B
Caddyfile
{
|
|
auto_https off
|
|
admin off
|
|
}
|
|
|
|
:8000 {
|
|
handle_path /static/* {
|
|
root * /usr/share/caddy
|
|
file_server
|
|
}
|
|
handle {
|
|
reverse_proxy backend:8001
|
|
}
|
|
} |