From 06aff4ecb34662e28a26427abc551a8fab04ff1c Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Tue, 22 Feb 2022 21:20:32 +0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca926b4..a2e3006 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-# HTTP's error pages +

HTTP's error pages

[![Release version][badge-release]][releases] ![Project language][badge-lang] @@ -12,7 +12,7 @@ [![Image size][badge-image-size]][docker-hub] [![License][badge-license]][license] -> 22 feb. 2022 - ⚡ The Docker image with the application has been downloaded one **MILLION times** from the docker hub! ⚡ +> 22 feb. 2022 - ⚡ The Docker image with the application has been downloaded **one MILLION times** from the docker hub! ⚡ One day you may want to replace the standard error pages of your HTTP server with something more original and pretty. That's what this repository was created for :) It contains: @@ -31,6 +31,7 @@ One day you may want to replace the standard error pages of your HTTP server wit - Lightweight docker image _(~4.3Mb compressed size)_, distroless and uses the unleveled user by default - [Go-template](https://pkg.go.dev/text/template) tags are allowed in the templates - Ready for integration with [Traefik][traefik] ([error pages customization](https://doc.traefik.io/traefik/middlewares/http/errorpages/)) and [Ingress-nginx][ingress-nginx] +- Error pages can be [embedded into your own `nginx`][wiki-usage-with-nginx] docker image - Fully configurable (take a look at the [configuration file](https://github.com/tarampampam/error-pages/blob/master/error-pages.yml) and [project Wiki][wiki]) - Distributed using docker image and compiled binary files