api-client/packages/hoppscotch-selfhost-web/selfhost-web.Caddyfile

10 lines
112 B
Text

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