Improve README
This commit is contained in:
parent
b727394a54
commit
5ca3aed56c
|
@ -44,7 +44,6 @@ Most specific variables are:
|
||||||
$ nginx -s reload
|
$ nginx -s reload
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Basic structure
|
### Basic structure
|
||||||
|
|
||||||
This repository has the following structure:
|
This repository has the following structure:
|
||||||
|
@ -64,7 +63,7 @@ This repository has the following structure:
|
||||||
|
|
||||||
* **`conf.d/`**
|
* **`conf.d/`**
|
||||||
|
|
||||||
This directory should contain all of the `server` definitions.
|
This directory should contain all the `server` definitions.
|
||||||
|
|
||||||
Except if they are dot prefixed or non `.conf` extension, all files in this
|
Except if they are dot prefixed or non `.conf` extension, all files in this
|
||||||
folder **are** loaded automatically.
|
folder **are** loaded automatically.
|
||||||
|
@ -113,9 +112,12 @@ To use as reference requires no special installation steps, download/checkout th
|
||||||
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.
|
||||||
|
|
||||||
|
Download the [latest release archive](https://github.com/h5bp/server-configs-nginx/releases/latest).
|
||||||
|
|
||||||
### 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 -s stop
|
nginx -s stop
|
||||||
|
|
Loading…
Reference in New Issue