Merge pull request #205 from rizaldim/patch-1

Update installation instructions
This commit is contained in:
Danny van Kooten 2019-01-11 12:34:16 +01:00 committed by GitHub
commit 30e73ae4f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.