mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 22:50:51 +00:00
25 lines
252 B
Plaintext
25 lines
252 B
Plaintext
{
|
|
admin off
|
|
persist_config off
|
|
}
|
|
|
|
:3000 {
|
|
try_files {path} /
|
|
root * /site/selfhost-web
|
|
file_server
|
|
}
|
|
|
|
:3100 {
|
|
try_files {path} /
|
|
root * /site/sh-admin-multiport-setup
|
|
file_server
|
|
}
|
|
|
|
:3170 {
|
|
reverse_proxy localhost:8080
|
|
}
|
|
|
|
:80 {
|
|
respond 404
|
|
}
|