On Ubuntu installed NginX and Can't find where new WWW root is
Posted
by
Nick Not
on Server Fault
See other posts from Server Fault
or by Nick Not
Published on 2013-10-26T13:34:46Z
Indexed on
2013/10/26
15:56 UTC
Read the original article
Hit count: 297
On Ubuntu 13.04 the original WWW was in /var/www/ then I installed NginX and it installed correctly but I can't find the actual folder accessible by http (I looked in /etc/nginx/). I searched for index.htm, index.html and index.php but there are hundreds of results.
Is there a command I can run to tell me what folder http is pointed to? I tried searching for this but I am not sure what keywords to use .
Places I looked in:
/usr/share/nginx/www
/usr/share/www
/usr/share/html
/var/www
/etc/nginx/
© Server Fault or respective owner