Explorar el Código

configure nginx

tags/v1.0
Nico Rey hace 4 años
padre
commit
f415f9f40a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      install.sh

+ 3
- 0
install.sh Ver fichero

@@ -138,6 +138,7 @@ else
fi

### Setup Nginx
log_running "Setting up Nginx..."
sudo cp nginx.cfg /etc/nginx/sites-enabled/default
(
sudo mkdir -p /var/www/wx
@@ -146,6 +147,8 @@ sudo cp nginx.cfg /etc/nginx/sites-enabled/default
sudo chmod 775 /var/www/wx
)
sudo systemctl restart nginx
cp index.html /var/www/wx/index.html
log_done "Nginx configured"

### Setup ramFS
cat /etc/fstab | grep -q "ramfs"


Cargando…
Cancelar
Guardar