From 0914bbe9a23b7eb0b6489421c20c92ec4a3a6118 Mon Sep 17 00:00:00 2001 From: Umputun Date: Fri, 23 Apr 2021 16:46:35 -0500 Subject: [PATCH] minor typos --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb00260..0deee6b 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@ Reproxy is a simple edge HTTP(s) server / reverse proxy supporting various providers (docker, static, file). -One or more providers supply information about requested server, requested url, destination url and health check url. -Distributed as a single binary or as a docker container. +One or more providers supply information about the requested server, requested URL, destination URL, and health check URL. +It is distributed as a single binary or as a docker container. - Automatic SSL termination with Let's Encrypt - Support of user-provided SSL certificates - Simple but flexible proxy rules -- Static, command line proxy rules provider +- Static, command-line proxy rules provider - Dynamic, file-based proxy rules provider - Docker provider with an automatic discovery -- Support of multiple (virtual) hosts +- Support of multiple (virtual) hosts - Optional traffic compression - User-defined limits and timeouts - Single binary distribution @@ -20,6 +20,7 @@ Distributed as a single binary or as a docker container. - Built-in static assets server - Management server with routes info and prometheus metrics + --- [![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) @@ -146,7 +147,7 @@ reproxy provides 2 endpoints for this purpose: ## Management API -Optional, can be turned on with `--mgmt.enabled`. Exposes 2 endpoints on `mgmt.listen` address:port: +Optional, can be turned on with `--mgmt.enabled`. Exposes 2 endpoints on `mgmt.listen` (address:port): - `GET /routes` - list of all discovered routes - `GET /metrics` - returns prometheus metrics (`http_requests_total`, `response_status` and `http_response_time_seconds`)