Files
hoppscotch/packages/hoppscotch-sh-admin/sh-admin-subpath-access.Caddyfile
2023-11-22 19:35:35 +05:30

12 lines
142 B
Caddyfile

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