This commit is contained in:
Yann Esposito (Yogsototh) 2019-11-05 10:29:34 +01:00
parent 88af2f0be6
commit fc7620a327
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

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