Skip to content

Commit 8aff35c

Browse files
committed
Comfirm to Standard Readme
1 parent 7dff894 commit 8aff35c

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,39 @@
44
[![Build Status](https://img.shields.io/travis/orleika/docker-nginx/master.svg?style=flat-square)](https://travis-ci.org/orleika/docker-nginx)
55
[![nginx](http://img.shields.io/badge/nginx-v1.11.9-blue.svg?style=flat-square)](https://nginx.org/en/download.html)
66
[![LibreSSL](http://img.shields.io/badge/LibreSSL-v2.5.1-blue.svg?style=flat-square)](https://www.libressl.org/)
7+
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
78

89
> nginx docker image
910
11+
Small-Secure-Fast nginx docker image.
12+
Base image is alpine, which is a security-oriented, lightweight Linux distribution.
13+
Most response headers are concealed, and DDoS mitigation is equipped.
14+
You should use secure headers included in `conf.d` for further safety considerations.
15+
Additionally, nginx caching parameters are optimized.
16+
1017
## Table of Contents
1118

19+
- [Install](#install)
1220
- [Usage](#usage)
21+
- [Contribute](#contribute)
1322
- [License](#license)
1423

15-
## Usage
24+
## Install
1625

1726
```sh
1827
$ docker pull orleika/nginx
28+
```
29+
30+
## Usage
31+
32+
```sh
1933
$ docker run -d -p 80:80 orleika/nginx
2034
```
2135

36+
## Contribute
37+
38+
PRs accepted.
39+
2240
## License
2341

24-
This project is licensed under the MIT License - see the LICENSE file for details
42+
MIT © orleika

0 commit comments

Comments
 (0)