Sandra Modzelewska 33f22652d6
Fix some configs
2025-01-25 08:37:56 +00:00

22 lines
252 B
Caddyfile

{
admin 0.0.0.0:2019
}
localhost {
redir /mailpit /mailpit/
handle_path /mailpit/* {
rewrite * /mailpit{path}
reverse_proxy mailpit:8025
}
handle {
reverse_proxy dev:5173 {
header_up Host {host}
}
}
tls internal {
on_demand
}
}