Explorar el Código

Move root folder outside home

tags/v1.0
Nico Rey hace 6 años
padre
commit
d091c92723
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      nginx.cfg

+ 1
- 1
nginx.cfg Ver fichero

@@ -1,6 +1,6 @@
server {
listen 80 default_server;
root /home/pi;
root /var/www/wx;
index index.html index.htm index.nginx-debian.html;
autoindex on;



Cargando…
Cancelar
Guardar