From add4b80cad616d2900e9f4a0169cf192e999f62e Mon Sep 17 00:00:00 2001 From: nicholasmanios Date: Wed, 18 Mar 2020 19:16:32 -0400 Subject: [PATCH] Delete 'aries/anginx/README.md' --- aries/anginx/README.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 aries/anginx/README.md diff --git a/aries/anginx/README.md b/aries/anginx/README.md deleted file mode 100644 index b26e3cd..0000000 --- a/aries/anginx/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# nginx reverse proxy -One of the neat features of aries is that there is an HTTP/HTTPS reverse proxy that I use to securely expose some of my services to the internet. - -### HTTP -> HTTPS redirect -HTTPS is forced - -### Let's Encrypt TLS Termination -Since this nginx is exposed to the internet, I have setup a script that will generate a publicly trusted Let's Encrypt certificate for HTTPS sessions. On my LAN, my HTTPS services all use certificates generated from my internal certificate authority, so they would never be publicly trusted. - -### Domain names only -No connections by IP only are allowed, everyone must have a hostname when conencting. - -### conf.d -For simple deployments, all internal services that I would like to expose to the internet can be setup using `.conf` files in the `conf.d` directory. Let's Encrypt uses these configs to verify a domain name. \ No newline at end of file