diff --git a/README.md b/README.md index a249c04..bc3c89f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # NginX-Config-Files -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). +Some config files for the NginX web server & reverse proxy server. These files are used in the YouTube video at https://youtu.be/qdq02d64pxc and the blog post at https://www.yeetpc.com/blog/nginx-reverse-proxy/. ## 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