How Nginx and PHP-FPM turn a web request into code



How Nginx and PHP-FPM turn a web request into code

How Nginx and PHP-FPM turn a web request into code

Let’s see how an HTTP request gets turned into PHP code! We see a web request go through Nginx, PHP-FPM, and finally your code.

This includes reviewing Nginx configuration for passing a request off to PHP-FPM.

⌚️ Timestamps
00:00 Intro
00:11 The Web Request Flow
00:34 PHP-FPM is an Application Gateway
01:43 Nginx + fcgi Config
04:44 PHP-FPM c Nonsense
05:21 Running PHP Code

Comments are closed.