Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vietanhduong/nginx-errors

Customize default backend for ingress-nginx
https://github.com/vietanhduong/nginx-errors

default-backend docker ingress-nginx kubernetes nginx

Last synced: about 1 month ago
JSON representation

Customize default backend for ingress-nginx

Awesome Lists containing this project

README

        

# Nginx Errors

This is an additional ingress-nginx's default backend with custom error page.

## Usage
### Docker
```console
$ docker pull vietanhs0817/nginx-errors:latest

$ docker run -p 8080:8080 vietanhs0817/nginx-errors:latest
```