14 lines
187 B
Caddyfile
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
|
|
}
|
|
}
|