From 96be568150794276c99e5400bce30f9bf7b54bb5 Mon Sep 17 00:00:00 2001 From: Rizaldi Martaputra Date: Fri, 11 Jan 2019 01:10:31 +0700 Subject: [PATCH] Update installation instructions Fix wrong sentence. --- docs/Installation instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation instructions.md b/docs/Installation instructions.md index cbcb910b..3c4a1aa6 100644 --- a/docs/Installation instructions.md +++ b/docs/Installation instructions.md @@ -59,7 +59,7 @@ fathom user add --email="john@email.com" --password="strong-password" ## Using NGINX with Fathom -We recommend using NGINX with Fathom it, as it simplifies running multiple sites from the same server and handling SSL certificates with LetsEncrypt. +We recommend using NGINX with Fathom, as it simplifies running multiple sites from the same server and handling SSL certificates with LetsEncrypt. Create a new file in `/etc/nginx/sites-enabled/my-fathom-site` with the following contents. Replace `my-fathom-site.com` with the domain you would like to use for accessing your Fathom installation.