From 7a82f9ef9f2a33ddf3774a1484283ae1d55c324d Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 27 Aug 2019 22:32:26 +0100 Subject: mantis 8470: add constant PrivURL. Thanks Ai Austin --- bin/OpenSim.ini.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7db7506..33b2819 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -55,9 +55,16 @@ ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}" BaseURL = http://${Const|BaseHostname} + ; 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" + ; you can also have them on a diferent url / IP + ;# {PrivURL} {} {PrivURL} {"http://${Const|BaseURL}} "${Const|BaseURL}" + PrivURL = ${Const|BaseURL} + ;grid default private port 8003, not used in standalone ;# {PrivatePort} {} {PrivatePort} {8003} "8003" ; port to access private grid services. -- cgit v1.1