api-client/aio.Caddyfile

12 lines
143 B
Text
Raw Normal View History

:3000 {
try_files {path} /
root * /site/selfhost-web
file_server
}
:3100 {
try_files {path} /
root * /site/sh-admin
file_server
}