From 00825a76e9f3879db915530324c97df82b7ac9c8 Mon Sep 17 00:00:00 2001 From: Zed Date: Tue, 24 Sep 2019 23:25:18 +0200 Subject: [PATCH] Add link to Nginx config in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b5c850..a7f14cc 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ $ mkdir ./tmp Change `-d:hostname="..."` to your instance's domain, eg. `-d:hostname:"nitter.net"`. Set your port and page title in `nitter.conf`, then run Nitter by executing `./nitter`. -You should run Nitter behind a reverse proxy such as nginx or Apache for better -security. +You should run Nitter behind a reverse proxy such as +[Nginx](https://github.com/zedeus/nitter/wiki/Nginx) or Apache for better security. To run Nitter via systemd you can use this service file: