Sign inSign up

unixvoid/nginx

By unixvoid

Updated about 2 years ago

Small highly-reproducable nginx implimentation with OpenSSL and more_headers module

Artifact
Image
0

2.2K

unixvoid/nginx repository overview

image This project built to be as small as possible and as reproducible as possible. To make this project as little footprint to the user, the application is compiled inside of docker, and then dropped back out onto the host OS. This means to build the application only one dependency is required, docker (and make). Once the statically compiled nginx is copied out to the host OS, the user can create a docker FROM scratch allowing it to be very small and very secure.

Quick Start
  • To build this project, clone the repo and execute the following commands:
    make stage
    make docker

Tag summary

Content type

Image

Digest

Size

1.3 MB

Last updated

over 9 years ago

docker pull unixvoid/nginx