From 29534acf10856fe4171cecee2f8748a53c0511dc Mon Sep 17 00:00:00 2001 From: Zed Date: Mon, 27 Dec 2021 04:12:06 +0100 Subject: [PATCH] Add Apache wiki page to readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ad063b..59cb854 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,9 @@ Redis info in `nitter.conf`. To run Redis, either run `redis-server --daemonize yes`, or `systemctl enable --now redis` (or redis-server depending on the distro). Run Nitter by executing `./nitter` or using the systemd service below. You should run Nitter behind a reverse proxy -such as [Nginx](https://github.com/zedeus/nitter/wiki/Nginx) or Apache for -security reasons. +such as [Nginx](https://github.com/zedeus/nitter/wiki/Nginx) or +[Apache](https://github.com/zedeus/nitter/wiki/Apache) for security and +performance reasons. ### Docker