Skip to content

Commit 41d8fe4

Browse files
authored
Update php/variant-fpm.md
Fixes #2558
1 parent 2ad5fbe commit 41d8fe4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

php/variant-fpm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## `%%IMAGE%%:<version>-fpm`
22

3-
This variant contains PHP-FPM, which is a FastCGI implementation for PHP. See [the PHP-FPM website](https://php-fpm.org/) for more information about PHP-FPM.
3+
This variant contains [PHP’s FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
44

55
In order to use this image variant, some kind of reverse proxy (such as NGINX, Apache, or other tool which speaks the FastCGI protocol) will be required.
66

77
Some potentially helpful resources:
88

9-
- [PHP-FPM.org](https://php-fpm.org/)
10-
- [simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0)
11-
- [very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/)
9+
- [FPM’s Official Configuration Reference](https://www.php.net/manual/en/install.fpm.configuration.php)
10+
- [Simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0)
11+
- [Very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/)
1212
- [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558)
1313
- [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress)
1414

0 commit comments

Comments
 (0)