Commit 2a1706f6 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

adding example to new versions of nginx

parent 87b7e92c
...@@ -13,6 +13,8 @@ WGET="wget -c -N" ...@@ -13,6 +13,8 @@ WGET="wget -c -N"
if [[ -z "$TAG" || -z "$NGINX_VERSION" ]] if [[ -z "$TAG" || -z "$NGINX_VERSION" ]]
then then
echo "Usage: $0 <tag> <nginx_version>" echo "Usage: $0 <tag> <nginx_version>"
echo " $0 master 1.0.0"
echo " $0 master 0.9.7"
echo " $0 master 0.8.54" echo " $0 master 0.8.54"
echo " $0 master 0.7.68" echo " $0 master 0.7.68"
exit 1 exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment