浏览代码

doc: fix typos in quick install guide

master
Cyril Brulebois 5 年前
父节点
当前提交
99b21cdb2a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      doc/quick-install.md

+ 3
- 3
doc/quick-install.md 查看文件

36
 
36
 
37
 ### Install Jitsi Meet
37
 ### Install Jitsi Meet
38
 
38
 
39
-Note : Something to consider before installation is how you're planning to serve Jitsi Meet. The installer will check if Nginx or Apache is present (with this order) and configure a virtualhost within the web server it finds to serve Jitsi Meet. If none of the above is found it then configures itself to be served via jetty. So if for example you are planning on deploying Jitsi Meet with a web server, you have to make sure to install the server **before** installing jitsi-meet.
39
+Note: Something to consider before installation is how you're planning to serve Jitsi Meet. The installer will check if Nginx or Apache is present (with this order) and configure a virtualhost within the web server it finds to serve Jitsi Meet. If none of the above is found it then configures itself to be served via jetty. So if for example you are planning on deploying Jitsi Meet with a web server, you have to make sure to install the server **before** installing jitsi-meet.
40
 
40
 
41
 ```sh
41
 ```sh
42
 apt-get -y install jitsi-meet
42
 apt-get -y install jitsi-meet
62
 org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address>
62
 org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address>
63
 org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>
63
 org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>
64
 ```
64
 ```
65
-See [the documenation of ice4j](https://github.com/jitsi/ice4j/blob/master/doc/configuration.md)
65
+See [the documentation of ice4j](https://github.com/jitsi/ice4j/blob/master/doc/configuration.md)
66
 for details.
66
 for details.
67
 
67
 
68
 Default deployments on systems using systemd will have low default values for maximum processes and open files. If the used bridge will expect higher number of participants the default values need to be adjusted (the default values are good for less than 100 participants).
68
 Default deployments on systems using systemd will have low default values for maximum processes and open files. If the used bridge will expect higher number of participants the default values need to be adjusted (the default values are good for less than 100 participants).
74
 ```
74
 ```
75
 To load the values and check them look [here](#systemd-details) for details.
75
 To load the values and check them look [here](#systemd-details) for details.
76
 
76
 
77
-By default, anyone who has access to your jitsi instance will be able to start a conferencee: if your server is open to the world, anyone can have a chat with anyone else. If you want to limit the ability to start a conference to registered users, set up a "secure domain". Follow the instructions at https://github.com/jitsi/jicofo#secure-domain.
77
+By default, anyone who has access to your jitsi instance will be able to start a conference: if your server is open to the world, anyone can have a chat with anyone else. If you want to limit the ability to start a conference to registered users, set up a "secure domain". Follow the instructions at https://github.com/jitsi/jicofo#secure-domain.
78
 
78
 
79
 ### Open a conference
79
 ### Open a conference
80
 
80
 

正在加载...
取消
保存