ingress-nginx-helm/images/nginx
2019-06-04 12:13:40 -04:00
..
rootfs update modsecurity to latest, libmodsecurity to v3.0.3 and owasp-scrs to v3.1.0 (#4140) 2019-06-04 12:13:40 -04:00
Makefile update modsecurity to latest, libmodsecurity to v3.0.3 and owasp-scrs to v3.1.0 (#4140) 2019-06-04 12:13:40 -04:00
rc.yaml Update nginx image (#3968) 2019-04-06 12:30:13 -03:00
README.md Update nginx image (#3968) 2019-04-06 12:30:13 -03:00

nginx 1.15.x base image using debian-base

nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP proxy server.

This custom nginx image contains:

How to use this image: This image provides a default configuration file with no backend servers.

Using docker

docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.84

Creating a replication controller

kubectl create -f ./rc.yaml