Files
hoppscotch/aio.Caddyfile
2023-11-10 12:51:35 +05:30

14 lines
187 B
Caddyfile

:3000 {
root * /site/selfhost-web
file_server
handle_path /admin* {
root * /site/sh-admin
file_server
}
handle_path /backend* {
reverse_proxy localhost:3170
}
}