I found this line
root /usr/share/nginx/html;
from
/etc/nginx/sites-available/default
I think that's right? I changed the path to /home/user101/box/development
I am receiving forbidden and "No files specified"
How can I fix it? What is the right permission I need on the folders/files?
Also I've seen this line at nginx.conf -> user www-data;
--
Thanks for replying!