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?

質問済み 2年前148ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ