Skip to content

Commit e9851c7

Browse files
TimWollatianon
andauthored
Use ASCII apostrophe
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
1 parent 41d8fe4 commit e9851c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php/variant-fpm.md

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

3-
This variant contains [PHPs FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
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-
- [FPMs Official Configuration Reference](https://www.php.net/manual/en/install.fpm.configuration.php)
9+
- [FPM's Official Configuration Reference](https://www.php.net/manual/en/install.fpm.configuration.php)
1010
- [Simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0)
1111
- [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)

0 commit comments

Comments
 (0)