2024-08-21 13:37:53 +00:00
|
|
|
{
|
|
|
|
admin off
|
|
|
|
persist_config off
|
|
|
|
}
|
|
|
|
|
2023-11-22 14:05:35 +00:00
|
|
|
: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
|
|
|
|
}
|