DevStudio

Text & Code

Diff CheckerJSON BeautifierJWT ToolsEncoder / DecoderEncrypt / DecryptJS Playground

Files

Image EditorPDF Editor & Merger

Network

Webhook TesterSSH Manager

Databases

MySQLPostgreSQL

Communication

Email ToolTemp Mail

Utilities

Lat/Long PickerNotes & Docs

Learn

Guides

Games

Games
Sign in

Nginx Guides

Deploying PHP, Node, and Python apps behind Nginx.

All guides

Deploy a Python Flask App with Nginx and Gunicorn

Why Flask's own dev server isn't safe for production, and how Gunicorn plus an Nginx reverse proxy replaces it correctly.

Deploy a PHP Website with Nginx on Ubuntu

A working Nginx server block for PHP-FPM, explained line by line — including the two mistakes that cause a raw PHP file to download instead of run.

Deploy a Next.js App with Nginx and PM2

Run a Node app as a persistent background process with PM2, then reverse-proxy it through Nginx for TLS and a real domain.