mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-08-28 17:45:03 +08:00
efa40cf6ea
Co-authored-by: Balu Babu <balub997@gmail.com>
12 lines
143 B
Caddyfile
12 lines
143 B
Caddyfile
:3000 {
|
|
try_files {path} /
|
|
root * /site/selfhost-web
|
|
file_server
|
|
}
|
|
|
|
:3100 {
|
|
try_files {path} /
|
|
root * /site/sh-admin
|
|
file_server
|
|
}
|