Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

aleraymann's avatar

Error Nginx using Laravel8 project on Docker (Windows 10)

good morning.. Im working with Docker on windows10, but i've a problem when i try access the routes;

To access the route('/'), its working fine, but when i try access the route('/pannel') or other route, its returns a 500 error, and in docker logs, "*5 rewrite or internal redirection cycle while internally redirecting to...."

I looked for a solution, to change the nginx configuration, but I don't know how to access this configuration in the windows terminal... Can someone help me? or another solution too...

thaks

0 likes
5 replies
Sinnbeck's avatar

Show your nginx config for laravel.

1 like
aleraymann's avatar

@Sinnbeck I followed a tutorial and I'm using an image: wyveo/nginx-php-fpm, so I don't have access to nginx for laravel.. i think the problem its this image..

Please or to participate in this conversation.