Files
hoppscotch/packages/hoppscotch-selfhost-web/selfhost-web.Caddyfile

11 lines
112 B
Caddyfile

{
admin off
persist_config off
}
:80 :3000 {
try_files {path} /
root * /site/selfhost-web
file_server
}