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}"