Skip to content

Commit 41b648c

Browse files
committed
Clarified that 'optimization for 100 concurrent users' refers to limiting concurrent PHP file requests, not total connections
1 parent dc6f38e commit 41b648c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Repository: https://github.com/TrafeX/docker-php-nginx
88
* Multi-platform, supporting AMD4, ARMv6, ARMv7, ARM64
99
* Very small Docker image size (+/-40MB)
1010
* Uses PHP 8.4 for the best performance, low CPU usage & memory footprint
11-
* Optimized for 100 concurrent users
11+
* Optimized for 100 concurrent users i.e. limits the concurrent requests serving php files
1212
* Optimized to only use resources when there's traffic (by using PHP-FPM's `on-demand` process manager)
1313
* The services Nginx, PHP-FPM and supervisord run under a non-privileged user (nobody) to make it more secure
1414
* The logs of all the services are redirected to the output of the Docker container (visible with `docker logs -f <container name>`)
@@ -67,4 +67,4 @@ To modify this container to your specific needs please see the following example
6767
* [Adding xdebug support](https://github.com/TrafeX/docker-php-nginx/blob/master/docs/xdebug-support.md)
6868
* [Adding composer](https://github.com/TrafeX/docker-php-nginx/blob/master/docs/composer-support.md)
6969
* [Getting the real IP of the client behind a load balancer](https://github.com/TrafeX/docker-php-nginx/blob/master/docs/real-ip-behind-loadbalancer.md)
70-
* [Sending e-mails](https://github.com/TrafeX/docker-php-nginx/blob/master/docs/sending-emails.md)
70+
* [Sending e-mails](https://github.com/TrafeX/docker-php-nginx/blob/master/docs/sending-emails.md)

0 commit comments

Comments
 (0)