Worker processes seems to cause problems

This commit is contained in:
Bob Mottram 2014-12-07 22:22:16 +00:00
parent a16b11ecae
commit 871c019597
1 changed files with 1 additions and 1 deletions

View File

@ -3073,7 +3073,7 @@ function install_web_server {
# Nginx settings
echo 'user www-data;' > /etc/nginx/nginx.conf
echo "worker_processes; $CPU_CORES" >> /etc/nginx/nginx.conf
#echo "worker_processes; $CPU_CORES" >> /etc/nginx/nginx.conf
echo 'pid /run/nginx.pid;' >> /etc/nginx/nginx.conf
echo '' >> /etc/nginx/nginx.conf
echo 'events {' >> /etc/nginx/nginx.conf