Ver código fonte

Worker processes seems to cause problems

Bob Mottram 10 anos atrás
pai
commit
871c019597
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Ver arquivo

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