How use Laragon with Nginx
-
I'm starting a project in Laravel.
I just install Laragon, clone my repo, activate Nginx and activate auto virtualhost.
But when I try to access on my website, I have a connexion error...
Please Help me
-
@FrenChQWerTy : Any images?
Did you runcomposer install
,npm install
...?
Check out my tutorial here:
https://forum.laragon.org/topic/175/tutorial-how-to-work-with-laravel-projects-on-github
-
I followed your tuto, but I always have connexion error.
![alt text](
-
@FrenChQWerTy : I did not see the connection error image.
-
@leokhoa : I found my error.
In the virtual host file autogenerate, I added this :
location / {
autoindex on;
autoindex_exact_size off;
try_files $uri $uri/ /index.php$is_args$args;
}Thanks