Skip to content

AdrienKuhn/hardened-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hardened-nginx

CircleCI

Nginx hardened image based on alpine nginx image.

Main features

  • Don't expose Nginx version
  • Quad9 as default DNS resolver
  • TLSv1.2 & TLSv1.3 only
  • Disabled some weak ciphers
  • Default self signed certificate is generated at start
  • Some performance optimization
  • Stream configuration

Usage

Docker images

Multi-arch docker images are available on Docker Hub:

  • The latest tag is built from the main branch.
  • The latest tag and the last release tag are refreshed nightly to get the latest security updates.
docker run --rm -it -p 8443:443 krewh/hardened-nginx