Skip to content

Commit 363c974

Browse files
chogbergTrafeX
authored andcommitted
Clarified that optimization for 100 concurrent users refers to limiting concurrent PHP file requests
1 parent dc6f38e commit 363c974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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>`)

0 commit comments

Comments
 (0)