Getting a '403 Forbidden' error on deploying a Laravel application to AWS Elastic Beanstalk

0

I have deployed a Laravel application to AWS Elastic Beanstalk. However, on navigating to the URL of the application I see a 403 Forbidden error.

The last two lines of my /var/log/nginx/error.log are as follows.

2022/11/21 08:23:20 [error] 3614#3614: *31864 directory index of "/var/www/html/" is forbidden, client: 172.31.39.157, server: , request: "GET / HTTP/1.1", host: "172.31.47.15"
2022/11/21 08:23:31 [error] 3614#3614: *31865 directory index of "/var/www/html/" is forbidden, client: 172.31.11.188, server: , request: "GET / HTTP/1.1", host: "172.31.47.15"

How do I resolve this issue?

feita há 2 anos148 visualizações
Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas