浏览代码

Fix wrong filename change

j8
Sylvia van Os 6 年前
父节点
当前提交
1cb9bbc7a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      doc/manual-install.md

+ 1
- 1
doc/manual-install.md 查看文件

238
 ## Running behind NAT
238
 ## Running behind NAT
239
 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).
239
 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).
240
 
240
 
241
-The following extra lines need to be added the file `/etc/jitsi/videobridge/sip-communicator.properties`
241
+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):
242
 ```
242
 ```
243
 org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address>
243
 org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address>
244
 org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>
244
 org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>

正在加载...
取消
保存