mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Add firewalling port range definition
SVN Revision: 1264
This commit is contained in:
parent
dcc00bca6d
commit
273c076ef6
3 changed files with 23 additions and 1 deletions
|
@ -36,6 +36,17 @@
|
|||
#
|
||||
#ERL_MAX_PORTS=32000
|
||||
|
||||
# FIREWALL_WINDOW: Range of allowed ports to pass through a firewall
|
||||
#
|
||||
# If Ejabberd is configured to run in cluster, and a firewall is blocking ports,
|
||||
# it's possible to make Erlang use a defined range of port (instead of dynamic ports)
|
||||
# for node communication.
|
||||
#
|
||||
# Default: not defined
|
||||
# Example: 4200-4210
|
||||
#
|
||||
#FIREWALL_WINDOW=
|
||||
|
||||
# PROCESSES: Maximum number of Erlang processes
|
||||
#
|
||||
# Erlang consumes a lot of lightweight processes. If there is a lot of activity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue