Merge pull request #27 from guizmaii/master

Correct Nginx download link
This commit is contained in:
Lee 2016-05-13 15:00:59 +01:00
commit 1c2ab3a33b

View file

@ -9,7 +9,7 @@ file](https://github.com/maxmind/libmaxminddb/blob/master/README.md#installing-f
#### Download nginx source
```
wget http://nginx.org/nginx-VERSION.tar.gz
wget http://nginx.org/download/nginx-VERSION.tar.gz
tar zxvf nginx-VERSION.tar.gz
cd nginx-VERSION
```