From fc7620a3273806609825ce24438bf904f9f4de27 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Tue, 5 Nov 2019 10:29:34 +0100 Subject: [PATCH] typos --- src/posts/0006-modern-irc/index.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/posts/0006-modern-irc/index.org b/src/posts/0006-modern-irc/index.org index 768b0b2..7687387 100644 --- a/src/posts/0006-modern-irc/index.org +++ b/src/posts/0006-modern-irc/index.org @@ -160,19 +160,19 @@ that. 1. buy a domain name 2. buy a machine (VPS, baremetal, host it at your home) -3. configure the DNS for your domaine name go to your machine -4. configure letsencrypt to support wildcard hostnames. +3. configure the DNS for your domain name go to your machine +4. configure letsencrypt to support wildcard hostnames 5. know how to create reverse proxy I couldn't find a nice resource to link to with all those details. -This is certainly a call to write such article myself. +This is certainly a call to write such an article myself. *** Create a reverse proxy with nginx :PROPERTIES: :CUSTOM_ID: create-a-reverse-proxy-with-nginx :END: -This is how I create new reverse proxy with nginx using a template: +This is how I create new reverse proxies with nginx using a template: [[./reverse-proxy-template.m4][reverse-proxy-template.m4]]. #+begin_src m4 :exports none :tangle reverse-proxy-template.m4