api-client/packages/hoppscotch-sh-admin/sh-admin-subpath-access.Caddyfile

12 lines
142 B
Text
Raw Normal View History

:80 :3100 {
handle_path /admin* {
root * /site/sh-admin-subpath-access
file_server
try_files {path} /
}
handle {
respond 404
}
}