22 lines
252 B
Caddyfile
Raw Normal View History

2025-01-23 02:58:00 +00:00
{
admin 0.0.0.0:2019
}
localhost {
redir /mailpit /mailpit/
handle_path /mailpit/* {
rewrite * /mailpit{path}
reverse_proxy mailpit:8025
}
handle {
2025-01-25 08:37:56 +00:00
reverse_proxy dev:5173 {
2025-01-23 02:58:00 +00:00
header_up Host {host}
}
}
tls internal {
on_demand
}
}