Tag
#DevOps
3 posts
December 30, 2024
CGI, FastCGI, php-fpm, and nginx: The Web Server Squad You Need to Know
Ever wondered how your shiny new blog—like my recently deployed CodeBit Chronicles—flies from server to screen? It’s all thanks to nginx, CGI, FastCGI, and php-fpm working together. These tools handle everything from static assets to dynamic PHP APIs powering a Next.js frontend. In this guide, we’ll break down their roles with examples from my blog deployment, showing how they bring it all to life. New to servers or a seasoned dev? Let’s dive into the fun!
March 10, 2024
Mastering docker for laravel: from local development to production deployment
A Comprehensive Guide to Setting Up Laravel with Docker in Both Local and Production Environments
February 26, 2024
The Epic Tale of a Laravel App: From Humble Code to Web-Conquering Hero (with a Cast of Colorful Characters)
Your Laravel app wants to take on the internet, but it needs a guide and a marketplace. Join its whimsical adventure on an Ubuntu server with the speedy Nginx and the helpful PHP-FPM guild!