From 419d49176148644e5e3ea21ec8928aef2321ba0a Mon Sep 17 00:00:00 2001 From: ravi shah Date: Mon, 4 Jan 2021 16:19:25 -0600 Subject: [PATCH] Added file descriptions to README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6bbc75..a249c04 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # NginX-Config-Files -Some config files for the NginX web server & reverse proxy server +Some config files for the NginX web server & reverse proxy server. These files are used in the YouTube video at (link placeholder) and the blog post at (link placeholder). +## reverse-proxy.conf +This file contains a config for the www subdomain and the non-www subdomain (For example, www.yeetpc.com and yeetpc.com). The config file handles redirecting http to https, redirecting non-www to www, encrypting connections with SSL, and proxying to a backend server. +## subdomain-proxy.conf +This file contains a config for any other subdomain on your site (provided that you have a CNAME record for it). It handles redirecting http to https, encrypting connections with SSL, and proxying to a backend server.