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