We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833d030 commit 9274cccCopy full SHA for 9274ccc
1 file changed
docs/guides/web-servers/nginx/php-fpm-nginx/index.md
@@ -9,8 +9,8 @@ keywords: ['php', 'php-fpm', 'fpm', 'nginx', 'web servers', 'linux']
9
tags: ['web-servers', 'nginx', 'php', 'serve', 'fpm']
10
license: "[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)"
11
external_resources:
12
-- [PHP-FPM documentation](https://www.php.net/manual/en/install.fpm.php)
13
-- [NGINX](https://nginx.org/en/docs/)
+- "[PHP-FPM documentation](https://www.php.net/manual/en/install.fpm.php)"
+- "[NGINX](https://nginx.org/en/docs/)"
14
---
15
16
The PHP FastCGI Process Manager (PHP-FPM) manages PHP processes independent of the web server as a modern FastCGI implementation with NGINX.
0 commit comments