37 lines
550 B
Caddyfile
37 lines
550 B
Caddyfile
{
|
|
admin off
|
|
auto_https off
|
|
}
|
|
|
|
:8080 {
|
|
log {
|
|
output stdout
|
|
format console
|
|
}
|
|
|
|
handle_path /mcp-deribit/* {
|
|
reverse_proxy mcp-deribit:9011
|
|
}
|
|
handle_path /mcp-hyperliquid/* {
|
|
reverse_proxy mcp-hyperliquid:9012
|
|
}
|
|
handle_path /mcp-bybit/* {
|
|
reverse_proxy mcp-bybit:9019
|
|
}
|
|
handle_path /mcp-alpaca/* {
|
|
reverse_proxy mcp-alpaca:9020
|
|
}
|
|
handle_path /mcp-macro/* {
|
|
reverse_proxy mcp-macro:9013
|
|
}
|
|
handle_path /mcp-sentiment/* {
|
|
reverse_proxy mcp-sentiment:9014
|
|
}
|
|
|
|
# Landing page statica
|
|
handle {
|
|
root * /srv
|
|
file_server
|
|
}
|
|
}
|