Server configuration guides

Build and repair Linux server stacks with guides for Nginx, PHP-FPM, MariaDB, TLS, reverse proxies, and production web services.

Curated guides

Server setup guides

110 matched guides, best match first. Page 1 of 10.

Nginx logo connected to a PHP-FPM service diagram for FastCGI request handling

How to Configure Nginx PHP-FPM

Nginx does not execute PHP by itself. It serves static files directly and sends PHP requests to PHP-FPM through FastCGI. When that handoff is wrong, the symptoms are...

Published

Nginx and PHP-FPM logos connected to Fedora logo on blue technology background

How to Configure Nginx for PHP-FPM on Fedora 44

Pairing Nginx with PHP-FPM on Fedora gives PHP applications a fast front end for static files, routing, and TLS while a separate FastCGI worker pool executes PHP code....

Updated ( Published )

Nginx reverse proxy architecture diagram showing client devices routing through nginx server to multiple backend application servers

How to Create an Nginx Reverse Proxy

A reverse proxy becomes useful as soon as a local app needs a public domain, TLS, and one clean entry point. An Nginx reverse proxy gives private Node.js,...

Updated ( Published )

Nginx logo connected to TLS settings, HTTPS security, and certificate verification icons

How to Configure TLS Settings in Nginx

Default HTTPS snippets become hard to trust when Nginx inherits broad protocol lists from copied server blocks, Certbot includes, or hosting-panel templates. When you configure TLS settings in...

Published