Re: basic question about
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
I have this server block in a EC2 nginx webserver. server { listen 80 default_server; root /home/a/all; index index.html;