Switched to caddy because tinyproxy is too limited
This commit is contained in:
18
Caddyfile
Normal file
18
Caddyfile
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
https_port 8888
|
||||
http_port 8887
|
||||
local_certs
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
handle_path /faaso/hello/* {
|
||||
reverse_proxy /* http://hello-d89veq:3000
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user