Files
hoppscotch/packages/hoppscotch-sh-admin/sh-admin-subpath-access.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
}
}