Browse Source

Added real links **facepalm**

main
Ravi Shah 5 years ago
committed by GitHub
parent
commit
6c8a494f4d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
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

Loading…
Cancel
Save