Some config files for the NginX web server & reverse proxy server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ravi shah 419d491761 Added file descriptions to README.md 5 years ago
LICENSE Create LICENSE 5 years ago
README.md Added file descriptions to README.md 5 years ago
reverse-proxy.conf Added information at top of config 5 years ago
subdomain-proxy.conf Added explanations for security headers 5 years ago

README.md

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).

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.