From 6ff00ae0e5e2da2ca4125d6b3a6e1d9dab3e99e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 19 Mar 2021 14:47:53 +0100 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d1321c..2814831 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,6 @@ ALTER USER zammad WITH SUPERUSER CREATEDB; ### From =< 3.6.0-65 -To be able to run Zammad container with an unpriviliged user we had to change the port Nginx uses from 80 to 8080, so Zammad needs to be accessed via instead of now! +To be able to run Zammad container with an unprivileged user we had to change the port Nginx uses from 80 to 8080, so Zammad needs to be accessed via instead of now! This change will also affect you, if you use a reverse proxy, like Traefik or Haproxy, in front of Zammad as your reverse proxy configuration needs to be adapted to point to port 8080 now.