From 130f22766c1bef11608bf86bc21ff7231ca075d3 Mon Sep 17 00:00:00 2001 From: "Leon M. George" Date: Wed, 21 Sep 2022 11:00:15 +0200 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40e82ca..d26066a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This repository is meant to be the starting point for somebody who likes to use ## Using a reverse proxy In environments with more then one web applications it is necessary to use a reverse proxy to route connections to port 80 and 443 to the right application. -To run Zammad behind a revers proxy, we provide `docker-compose.proxy-example.yml` as a starting point. +To run Zammad behind a reverse proxy, we provide `docker-compose.proxy-example.yml` as a starting point. 1. Copy `./.examples/proxy/docker-compose.proxy-example.yml` to your own configuration, e.g. `./docker-compose.prod.yml` `cp ./.examples/proxy/docker-compose.proxy-example.yml ./docker-compose.prod.yml`