faaso/Caddyfile

13 lines
211 B
Caddyfile
Raw Normal View History

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