I use Digital Ocean as my server, I have a drop of Ubuntu running on my site on my website. But now I am creating "backend projects" where there is only a folder with test projects, which themselves are laravel projects. They are not related to the main laravel installation.
I installed it, all the files are there, if I go to www.mysite.com/projects/projectname , it shows:

But when I go to the link www.mysite,com/projects/projectname/public , it shows:

in firefox

in chrome
The site works fine on my laptop using moms. But not on the server?
If I look in charles (proxy manager), I get an error / error message Remote server closed the connection before sending response header
I am not familiar with this, please can someone explain how to overcome this problem?
source share