faaso/config/Caddyfile

23 lines
335 B
Caddyfile
Raw Normal View History

{
http_port 8888
https_port 8887
local_certs
}
http://*:8888 {
forward_auth /admin/* http://127.0.0.1:3000 {
uri /auth
copy_headers {
Authorization
}
}
handle_path /admin/terminal/* {
reverse_proxy /* http://127.0.0.1:7681
}
handle_path /admin/* {
reverse_proxy /* http://127.0.0.1:3000
}
2024-07-09 01:02:47 +00:00
import funkos
2024-07-07 19:06:49 +00:00
}