Pretty straight forward. Installs all nginx items in /etc/nginx
Uses latest pcre, zlib, and openssl
Should work seamlessly on RHEL 7 and Scientific Linux 7.
Big thanks to some old posts at stackoverflow and the EPEL nginx package maintainer Jamie Nguyen.
This install puts all things nginx in the /etc/nginx directory. Including logs, confs, the binary, all of it.
This comes from an old habit. I know this should rightfully be in /usr, but . . . old habits.
Quick RPM Build Cheat
``` rpmbuild -ba nginx.spec ```The MIT License. See LICENSE.txt for details