faaso/Caddyfile

15 lines
229 B
Caddyfile

{
http_port 8888
https_port 8887
local_certs
}
http://mindy:8888 {
handle_path /admin/terminal/* {
reverse_proxy /* http://127.0.0.1:7681
}
handle_path /admin/* {
reverse_proxy /* http://127.0.0.1:3000
}
}