Putting the Server on the Map

In this chapter, you'll learn how to give your server a memorable domain name instead of using an IP address. You'll understand how domain names work, how to purchase one, and how to configure it to point to your server.

What You'll Learn

  • How domain names work and their structure
  • The different parts of a domain name
  • Who controls domain name purchasing rights
  • How to purchase a domain name
  • How to configure DNS records to point your domain to your server
  • Understanding DNS record types (A, CNAME, NS)
  • What SSL certificates are and why HTTPS is essential
  • How to use Nginx Proxy Manager for easy SSL certificate management

Chapter Contents

  1. Getting a Domain Name - Learn about domain names and how to purchase and configure one for your server
  2. Proxy Manager and SSL - Understand SSL certificates and how to use Nginx Proxy Manager for easy SSL management

Prerequisites

Before starting this chapter, make sure you have:

  • A server with a static IP address (from DigitalOcean or another provider)
  • Basic understanding of how web servers work
  • Completed the Server Setup chapter

Quick Start

Start with Getting a Domain Name to learn how to purchase and configure a domain for your server. Then proceed to Proxy Manager and SSL to secure your website with HTTPS.


Previous: Complex Database Integration | Next: Getting a Domain Name


Table of contents