mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
FIRE-32583: change [Const] PrivatePort default to 9000, since the default config is for standalone mode
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user