Correct Nginx download link

This commit is contained in:
Jules Ivanic 2016-05-11 13:59:16 +02:00
parent 0373635e22
commit fc41d450bc

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
```