Fix wrong filename change

This commit is contained in:
Sylvia van Os 2019-04-26 11:00:38 +02:00 committed by Дамян Минков
parent fee9bdb98c
commit 1cb9bbc7a4
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ invoke-rc.d nginx restart
## Running behind NAT
Jitsi-Videobridge can run behind a NAT, provided that all required ports are routed (forwarded) to the machine that it runs on. By default these ports are (TCP/443 or TCP/4443 and UDP 10000).
The following extra lines need to be added the file `/etc/jitsi/videobridge/sip-communicator.properties`
The following extra lines need to be added the file `~/.sip-communicator/sip-communicator.properties` (in the home directory of the user running the videobridge):
```
org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address>
org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>