Report this

What is the reason for this report?

NGINX ERROR (403 Forbidden)

Posted on June 22, 2018

Hello,

Have this 403 error. My website is developped with Laravel.

NGINX CONFIG:

server { listen 127.0.0.1:8080 default_server; server_name localhost; root /usr/share/nginx/html; index public/index.php; }

The index, is located on the folder public. But when I goes to my site, I start download the index, but I didn’t see the index… Have try with the view of the index located here -> resources/views/main/main.blade.php

But, same error.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.