Files
hoppscotch/packages/hoppscotch-sh-admin/Caddyfile

11 lines
95 B
Caddyfile

{
admin off
persist_config off
}
:8080 {
try_files {path} /
root * /site
file_server
}