README: Fixed typos.
These closes #9, closes #13, closes #21 issues on GitHub.
This commit is contained in:
10
README.md
10
README.md
@@ -179,7 +179,7 @@ current working directory.
|
|||||||
|
|
||||||
##### Mercurial Repository
|
##### Mercurial Repository
|
||||||
|
|
||||||
1. If don't already have the Mercurial software, download and install it.
|
1. If you don't already have the Mercurial software, download and install it.
|
||||||
For example, on Ubuntu systems, run this command:
|
For example, on Ubuntu systems, run this command:
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -194,7 +194,7 @@ current working directory.
|
|||||||
|
|
||||||
##### GitHub Repository
|
##### GitHub Repository
|
||||||
|
|
||||||
1. If don't already have the Git software, download it. See the
|
1. If you don't already have the Git software, download it. See the
|
||||||
[GitHub documentation](https://help.github.com/).
|
[GitHub documentation](https://help.github.com/).
|
||||||
|
|
||||||
2. Download the Unit sources:
|
2. Download the Unit sources:
|
||||||
@@ -222,7 +222,7 @@ and Python) that you want to support.
|
|||||||
# apt-get install build-essential
|
# apt-get install build-essential
|
||||||
```
|
```
|
||||||
|
|
||||||
2. For Go applications support, install the `golang` package.
|
2. For Go applications support, install the `golang` package.
|
||||||
|
|
||||||
```
|
```
|
||||||
# apt-get install golang
|
# apt-get install golang
|
||||||
@@ -465,7 +465,7 @@ several characteristics of the application, including the language it's written
|
|||||||
in, the number of application worker processes to run, the directory with
|
in, the number of application worker processes to run, the directory with
|
||||||
the file or files for the application, and parameters that vary by language.
|
the file or files for the application, and parameters that vary by language.
|
||||||
|
|
||||||
This example runs three workers of the PHP application named **blogs** using the
|
This example runs 20 workers of the PHP application named **blogs** using the
|
||||||
files found in the **/www/blogs/scripts** directory. The default launch file
|
files found in the **/www/blogs/scripts** directory. The default launch file
|
||||||
when the URL doesn't specify the PHP file is **index.php**.
|
when the URL doesn't specify the PHP file is **index.php**.
|
||||||
|
|
||||||
@@ -900,7 +900,7 @@ Use the following configuration example for NGINX:
|
|||||||
|
|
||||||
```
|
```
|
||||||
server {
|
server {
|
||||||
|
|
||||||
# Configure SSL encryption
|
# Configure SSL encryption
|
||||||
server 443 ssl;
|
server 443 ssl;
|
||||||
ssl_certificate /path/to/ssl/cert.pem;
|
ssl_certificate /path/to/ssl/cert.pem;
|
||||||
|
|||||||
Reference in New Issue
Block a user