feat: support for subpath based access in SH apps (#3449)

Co-authored-by: Balu Babu <balub997@gmail.com>
This commit is contained in:
James George
2023-11-22 19:35:35 +05:30
committed by GitHub
parent ee1425d0dd
commit 1829c088cc
18 changed files with 262 additions and 48 deletions

View File

@@ -0,0 +1,11 @@
:80 :3100 {
handle_path /admin* {
root * /site/sh-admin-subpath-access
file_server
try_files {path} /
}
handle {
respond 404
}
}