What Is A Web Server?
Between LAMPs and LEMPs and PHP and other acronyms, web servers can be a confusing lot. Let’s answer an essential-but-common question: What is a web server?
Host Multiple Websites On One VPS With Docker And Nginx
Docker is an excellent tool for running multiple services on a single VPS without them interfering with each other—for example, one website built on Wordpress and another built on Ghost. …
Self-hosting administration: The self-hosting handbook
Self-hosting administration doesn’t have to be tough—with this stack and a few simple steps, you can keep your self-hosting stack in tip-top shape!
Using docker-compose to add web apps: The self-hosting handbook
Quickly add web apps to your self-hosting Docker stack using docker-compose. Start with Gitea and FreshRSS and get the tools to self-host almost anything.
Self-Hosting Handbook: A Docker-Compose Tutorial
Master a complex Docker infrastructure with a docker-compose tutorial that’s both simple and powerful. Build an SSL-backed reverse proxy in minutes.
Self-hosting with Docker: The definitive handbook
Learn how to create and configure a self-hosting infrastructure with Docker and docker-compose, Let’s Encrypt SSL, and near-infinite customization.
Installing Nginx, MySQL, PHP (LEMP) on Ubuntu 16.04
A virtual private server (VPS) is most often used to host dynamic websites and applications. This requires installing and configuring a web server.