From 510b7f1c3188e0cc5f195d22223edaf213607e27 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sat, 12 Jun 2021 13:31:47 -0500 Subject: [PATCH] extend readme bullet points --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37b16bf..4fac5e2 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ Reproxy is a simple edge HTTP(s) server / reverse proxy supporting various provi - User-defined limits and timeouts - Single binary distribution - Docker container distribution -- Built-in static assets server +- Built-in static assets server with optional "SPA friendly" mode +- Support for redirect rules - Live health check and fail-over/load-balancing - Management server with routes info and prometheus metrics - +- Plugins support via RPC to implement custom functionality +- Optional logging with both Apache Log Format, and simplified stdout reports. --- [![build](https://github.com/umputun/reproxy/actions/workflows/ci.yml/badge.svg)](https://github.com/umputun/reproxy/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/umputun/reproxy/badge.svg?branch=master)](https://coveralls.io/github/umputun/reproxy?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/umputun/reproxy)](https://goreportcard.com/report/github.com/umputun/reproxy) [![Docker Automated build](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg)](https://hub.docker.com/repository/docker/umputun/reproxy)