From 024e159129b5e39f822473866176ec04a314ce1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20H=C3=B6gberg?= <1549687+chogberg@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:52:25 +0200 Subject: [PATCH] Clarified that optimization for 100 concurrent users refers to limiting concurrent PHP file requests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5873002dd..3b90faf81 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Repository: https://github.com/TrafeX/docker-php-nginx * Multi-platform, supporting AMD4, ARMv6, ARMv7, ARM64 * Very small Docker image size (+/-40MB) * Uses PHP 8.4 for the best performance, low CPU usage & memory footprint -* Optimized for 100 concurrent users +* Optimized for 100 concurrent users i.e. limits the concurrent requests serving php files * Optimized to only use resources when there's traffic (by using PHP-FPM's `on-demand` process manager) * The services Nginx, PHP-FPM and supervisord run under a non-privileged user (nobody) to make it more secure * The logs of all the services are redirected to the output of the Docker container (visible with `docker logs -f `)