Skip to content

Server Installation, Configuration, and Maintenance Guide

This documentation provides comprehensive guides for server installation and configurations of irisolaris-greentariff.com. It serves as a reference to recreate the server configuration from scratch, covering everything from initial setup to advanced configurations.

Domain Configuration

Instructions for pointing a domain to your server with proper DNS configuration using A and CNAME records.

Domain Configuration

Server Maintenance Guide

A comprehensive guide for maintaining and optimizing your WordPress server, organized by maintenance frequency and component.

View Guide

This guide is based on the following server environment:

This implementation uses the LEMP (Linux, Nginx, MariaDB, PHP) stack as its web technology foundation, providing a robust and efficient platform for hosting WordPress websites.

  • Operating System: Ubuntu - chosen for its long-term support, excellent security features, and optimal compatibility with the LEMP stack
  • Nginx: Web server that handles HTTP requests, serves static content, and proxies dynamic requests to PHP
  • MariaDB: Database server that stores WordPress content and configuration data
  • PHP: Server-side scripting language used to process dynamic content for WordPress
  • Redis: In-memory data structure store used for caching and performance optimization