21 lines
230 B
Caddyfile
21 lines
230 B
Caddyfile
{
|
|
admin off
|
|
persist_config off
|
|
}
|
|
|
|
:3000 {
|
|
try_files {path} /
|
|
root * /site/selfhost-web
|
|
file_server
|
|
}
|
|
|
|
:3100 {
|
|
try_files {path} /
|
|
root * /site/sh-admin-multiport-setup
|
|
file_server
|
|
}
|
|
|
|
:3170 {
|
|
reverse_proxy localhost:8080
|
|
}
|