Skip to content

Commit 57061ef

Browse files
Run update.sh
1 parent 6823e87 commit 57061ef

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

drupal/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,15 +299,15 @@ Some of these tags may have names like bookworm or bullseye in them. These are t
299299

300300
## `drupal:<version>-fpm`
301301

302-
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.
302+
This variant contains [PHP's FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
303303

304304
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.
305305

306306
Some potentially helpful resources:
307307

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

php/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,15 +439,15 @@ A similar technique could be employed for other Apache configuration options.
439439

440440
## `php:<version>-fpm`
441441

442-
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.
442+
This variant contains [PHP's FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
443443

444444
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.
445445

446446
Some potentially helpful resources:
447447

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

wordpress/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,15 @@ This is the defacto image. If you are unsure about what your needs are, you prob
265265

266266
## `wordpress:<version>-fpm`
267267

268-
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.
268+
This variant contains [PHP's FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
269269

270270
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.
271271

272272
Some potentially helpful resources:
273273

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

yourls/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,15 @@ This is the defacto image. If you are unsure about what your needs are, you prob
195195

196196
## `yourls:<version>-fpm`
197197

198-
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.
198+
This variant contains [PHP's FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
199199

200200
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.
201201

202202
Some potentially helpful resources:
203203

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

0 commit comments

Comments
 (0)