https://github.com/ecelis/nginx-lexsys
Nginx with headers-more-nginx-module
https://github.com/ecelis/nginx-lexsys
Last synced: 11 months ago
JSON representation
Nginx with headers-more-nginx-module
- Host: GitHub
- URL: https://github.com/ecelis/nginx-lexsys
- Owner: ecelis
- Created: 2016-10-20T06:48:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T08:54:08.000Z (over 9 years ago)
- Last Synced: 2025-04-12T21:39:32.676Z (about 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this spec?
[Nginx](http://nginx.org) with [headers-more-module](http://wiki.nginx.org/NginxHttpHeadersMoreModule)
You can build SRPM and RPM with headers-more-module using the official SRPM.
#### Dependencies
If you plan to build in a running CentOS 7 system, install the following
dependencies first.
yum install -y openssl-devel zlib-devel pcre-devel rpm-build make gcc \
perl-devel perl-ExtUtils-Embed GeoIP GeoIP-devel libxslt libxslt-devel \
gd gd-devel which
#### Build
/bootstrap.sh ; /build.sh
#### Build RPM in a Docker container
git clone git@github.com:ecelis/nginx-headers-more.git
cd nginx-headers-more
docker build -t ecelis/nginx:`date +%F` centos:latest .
docker run -ti -v $(pwd):/mnt ecelis/nginx:`date +%F` bash
./build.sh
RPM packages will be put in `/mnt/out` directory.