parent
19ef6a8849
commit
e64b4a6ee2
|
@ -36,7 +36,7 @@ Most specific variables are:
|
||||||
|
|
||||||
* To verify Nginx config with a custom file
|
* To verify Nginx config with a custom file
|
||||||
```shell
|
```shell
|
||||||
$ nginx -t -c nginx.conf
|
$ nginx -t -c nginx.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
* To reload Nginx and apply new config
|
* To reload Nginx and apply new config
|
||||||
|
@ -102,7 +102,7 @@ This repository has the following structure:
|
||||||
|
|
||||||
* **`nginx.conf`**
|
* **`nginx.conf`**
|
||||||
|
|
||||||
The main nginx config file.
|
The main Nginx config file.
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -110,12 +110,12 @@ This repository has the following structure:
|
||||||
### As a reference
|
### As a reference
|
||||||
|
|
||||||
To use as reference requires no special installation steps, download/checkout the
|
To use as reference requires no special installation steps, download/checkout the
|
||||||
repository to a convenient location and adapt your existing nginx configuration
|
repository to a convenient location and adapt your existing Nginx configuration
|
||||||
incorporating the desired functionality from this repository.
|
incorporating the desired functionality from this repository.
|
||||||
|
|
||||||
### Directly
|
### Directly
|
||||||
|
|
||||||
To use directly, replace the nginx config directory with this repository. for example:
|
To use directly, replace the Nginx config directory with this repository. for example:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
nginx stop
|
nginx stop
|
||||||
|
|
Loading…
Reference in New Issue