From 1afe46d61126fa20d8137a48c76f57413cd4161a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 14 Jan 2023 13:04:58 +0000 Subject: [PATCH] FIRE-32583: change [Const] PrivatePort default to 9000, since the default config is for standalone mode --- bin/OpenSim.ini.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 420e6d12cb..ea69ca482f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -58,8 +58,12 @@ ; If you run a grid, several services should not be availble to world, access to them should be blocked on firewall ; PrivatePort should closed at the firewall. - ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" - PublicPort = "8002" + ;# {PublicPort} {} {PublicPort} {8002 9000} "9000" + ; in case of a standalone this needs to match the parameter http_listener_port in section [Network] below + ; in that case the default is 9000 + PublicPort = "9000" + ; for a region on a grid, the grid services public port should be used, normal default is 8002 + ;PublicPort = "8002" ; you can also have them on a diferent url / IP ;# {PrivURL} {} {PrivURL} {"http://${Const|BaseURL}} "${Const|BaseURL}"