Thanks to visit codestin.com
Credit goes to github.com

Skip to content

crazy-penguins/centos_nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

centos_nginx

build requirements for nginx on centos

what's installed

building nginx requires the following yum packages to be installed on the building machine:

  • pcre
  • zlib
  • openssl
  • maxminddb
  • gcc
  • make

We also add:

  • zip -- for zipping up build output
  • wget -- for pulling the nginx source from nginx
  • git -- to pull in the nginx geoip2 module source code

The actual steps to build nginx are then included in the centos_nginx.sh script

About

builds nginx for centos with geoip2 modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published