api-client/packages/hoppscotch-selfhost-web/Caddyfile
James George 1829c088cc
feat: support for subpath based access in SH apps (#3449)
Co-authored-by: Balu Babu <balub997@gmail.com>
2023-11-22 19:35:35 +05:30

5 lines
57 B
Caddyfile

:8080 {
try_files {path} /
root * /site
file_server
}