Difference between revisions of "Adding a New Domain or Subdomain"

From 24PinTech Wiki
Jump to navigation Jump to search
Line 9: Line 9:


* A working Nginx Webserver
* A working Nginx Webserver
* A domain with working
* A domain with a working A record pointing to our public IP address.

Revision as of 15:49, 26 April 2022


New Domains in Nginx

About

Generally speaking, adding a new (website/domain/server block) is very easy in Nginx. A common misconception throughout 24PinTech is that creating a server block is difficult, to try to curb the fear, I will go over adding a new website to our specific server setup.

What you need to start

  • A working Nginx Webserver
  • A domain with a working A record pointing to our public IP address.