Home
Softono

NginX Config Files

Open source MIT
25
Stars
9
Forks
0
Issues
1
Watchers
4 years
Last Commit

 About NginX Config Files

Some config files for the NginX web server & reverse proxy server

Platforms

Web Self-hosted

Links

Need Help Installing NginX Config Files?

We provide expert installation service for this software. Our team will install, configure, and secure NginX Config Files on your server. plans start at just $30.

NginX Config Files

View on GitHub

NginX-Config-Files

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

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.