Re: basic question about

2016-07-28 Thread Zeal Vora
Hi Andrea, The 404 Forbidden error is because of the permission of that particular file / directory . NGINX process should be able to read that file in /home/a/all/index.html. Cheers! Zeal On Tue, Jul 26, 2016 at 4:47 PM, ndrini wrote: > I have this server block in a EC2 nginx webserver. > >

basic question about

2016-07-26 Thread ndrini
I have this server block in a EC2 nginx webserver. server { listen 80 default_server; root /home/a/all; index index.html;