Improve README
This commit is contained in:
parent
b727394a54
commit
5ca3aed56c
10
README.md
10
README.md
|
@ -44,7 +44,6 @@ Most specific variables are:
|
|||
$ nginx -s reload
|
||||
```
|
||||
|
||||
|
||||
### Basic structure
|
||||
|
||||
This repository has the following structure:
|
||||
|
@ -53,7 +52,7 @@ This repository has the following structure:
|
|||
./
|
||||
├── conf.d/
|
||||
│ ├── default.conf
|
||||
│ └── templates/
|
||||
│ └── templates/
|
||||
├── h5bp/
|
||||
│ ├── basic.conf
|
||||
│ ├── location/
|
||||
|
@ -64,7 +63,7 @@ This repository has the following structure:
|
|||
|
||||
* **`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
|
||||
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
|
||||
incorporating the desired functionality from this repository.
|
||||
|
||||
Download the [latest release archive](https://github.com/h5bp/server-configs-nginx/releases/latest).
|
||||
|
||||
### 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
|
||||
nginx -s stop
|
||||
|
|
Loading…
Reference in New Issue