-
First, you should take a look at what packages are available
yum --showduplicates list nginx
-
Looking at that repo, it appears that nginx 1.6.3-1 is the version you want.
-
You can install the specific version by appending it to the package name with a dash:
yum install nginx-1.6.3-1