Explorar el Código

Install nginx before npm

Bob Mottram hace 8 años
padre
commit
14617a85d9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/freedombone-utils-web

+ 2
- 1
src/freedombone-utils-web Ver fichero

@@ -524,7 +524,8 @@ function install_web_server {
524 524
         rm -rf /etc/apache2
525 525
     fi
526 526
     # install nginx
527
-    apt-get -yq install nginx php5-fpm git
527
+    apt-get -yq install nginx
528
+    apt-get -yq install php5-fpm git
528 529
 
529 530
     # Turn off logs by default
530 531
     sed -i 's|access_log.*|access_log = /dev/null;|g' /etc/nginx/nginx.conf