Sfoglia il codice sorgente

Install nginx before npm

Bob Mottram 8 anni fa
parent
commit
14617a85d9
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      src/freedombone-utils-web

+ 2
- 1
src/freedombone-utils-web Vedi File

524
         rm -rf /etc/apache2
524
         rm -rf /etc/apache2
525
     fi
525
     fi
526
     # install nginx
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
     # Turn off logs by default
530
     # Turn off logs by default
530
     sed -i 's|access_log.*|access_log = /dev/null;|g' /etc/nginx/nginx.conf
531
     sed -i 's|access_log.*|access_log = /dev/null;|g' /etc/nginx/nginx.conf