From 863918179a68007a8ab34cde54cceb7d15b553e1 Mon Sep 17 00:00:00 2001 From: ralgernon <25943396+ralgernon@users.noreply.github.com> Date: Thu, 14 Jan 2021 12:12:10 -0600 Subject: [PATCH] Fix a small typo in step 3. --- Apache proxy setup.md => Apache-proxy-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Apache proxy setup.md => Apache-proxy-setup.md (99%) diff --git a/Apache proxy setup.md b/Apache-proxy-setup.md similarity index 99% rename from Apache proxy setup.md rename to Apache-proxy-setup.md index c397d8b..231c7ba 100644 --- a/Apache proxy setup.md +++ b/Apache-proxy-setup.md @@ -20,7 +20,7 @@ I've assumed you have created a DNS A record for `trilium.yourdomain.com` that y Choose standalone (2) and note the location of the created certificates (typically /etc/letsencrypt/live/...) - 3. Create a new virtual host file for apache (you may want to use `apachectl -S` to determine the server root location, mine is /etc/apahce2) + 3. Create a new virtual host file for apache (you may want to use `apachectl -S` to determine the server root location, mine is /etc/apache2) sudo nano /etc/apache2/sites-available/trilium.yourdomain.com.conf