apifiber/infra/Caddyfile

18 lines
412 B
Caddyfile

http://www.pcastt.com.br, http://pcastt.com.br, https://www.pcastt.com.br, https://pcastt.com.br {
root * /root/sites/pcastt
file_server
handle_path /api/* {
reverse_proxy localhost:8111
}
}
http://www.pcastlive.com.br, http://pcastlive.com.br, https://www.pcastlive.com.br, https://pcastlive.com.br {
root * /root/sites/pcastlive
file_server
handle_path /api/* {
reverse_proxy localhost:8112
}
}