diff --git a/HowtoNginx.md b/HowtoNginx.md index 37c34fce..2f59f5a0 100644 --- a/HowtoNginx.md +++ b/HowtoNginx.md @@ -45,7 +45,7 @@ La configuration principale se fait dans le fichier `/etc/nginx/nginx.conf` : ~~~ user www-data; -worker_processes 8; +worker_processes auto; pid /var/run/nginx.pid; events {