17 lines
180 B
Caddyfile
17 lines
180 B
Caddyfile
{
|
|
admin off
|
|
persist_config off
|
|
}
|
|
|
|
:80 :3100 {
|
|
handle_path /admin* {
|
|
root * /site/sh-admin-subpath-access
|
|
file_server
|
|
try_files {path} /
|
|
}
|
|
|
|
handle {
|
|
respond 404
|
|
}
|
|
}
|