2024-07-04 16:10:32 +00:00
|
|
|
{
|
2024-07-07 14:07:34 +00:00
|
|
|
http_port 8888
|
|
|
|
https_port 8887
|
|
|
|
local_certs
|
2024-07-04 16:10:32 +00:00
|
|
|
}
|
|
|
|
|
2024-07-05 01:04:02 +00:00
|
|
|
http://*:8888 {
|
2024-07-07 14:07:34 +00:00
|
|
|
forward_auth /admin/* http://127.0.0.1:3000 {
|
2024-07-07 16:59:54 +00:00
|
|
|
uri /auth
|
2024-07-07 14:07:34 +00:00
|
|
|
copy_headers {
|
|
|
|
Authorization
|
|
|
|
}
|
2024-07-05 01:04:02 +00:00
|
|
|
}
|
|
|
|
|
2024-07-07 14:07:34 +00:00
|
|
|
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-07 19:06:49 +00:00
|
|
|
import funkos
|
|
|
|
}
|