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-30 03:01:44 +00:00
|
|
|
header_up Origin "^https://localhost$" "http://localhost"
|
2025-01-23 02:58:00 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tls internal {
|
|
|
|
on_demand
|
|
|
|
}
|
|
|
|
}
|