[GH-ISSUE #998] question about nginx 502 error #612

Closed
opened 2026-02-26 02:33:42 +03:00 by kerem · 2 comments
Owner

Originally created by @ataraxia82 on GitHub (Jun 15, 2019).
Original GitHub issue: https://github.com/koel/koel/issues/998

I use the nginx.conf.example,and just change the port and root

listen *:18080;
server_name koel;
root /home/wwwroot/koel;
index index.php;

then http://127.0.0.1:18080
just 502 bad gate way

when I use

php artisan serve --host 0.0.0.0

and http://127.0.0.1:8000 it is ok.

can you tell me how to fix it?

Originally created by @ataraxia82 on GitHub (Jun 15, 2019). Original GitHub issue: https://github.com/koel/koel/issues/998 I use the nginx.conf.example,and just change the port and root > listen *:18080; server_name koel; root /home/wwwroot/koel; index index.php; then http://127.0.0.1:18080 just 502 bad gate way when I use > php artisan serve --host 0.0.0.0 and http://127.0.0.1:8000 it is ok. can you tell me how to fix it?
Author
Owner

@BrookeDot commented on GitHub (Apr 22, 2020):

Hi @ataraxia82 are you still having issues with Koel? If so can you provide more details about your environment? It sounds like it's a configuration issue somewhere.

<!-- gh-comment-id:617553244 --> @BrookeDot commented on GitHub (Apr 22, 2020): Hi @ataraxia82 are you still having issues with Koel? If so can you provide more details about your environment? It sounds like it's a configuration issue somewhere.
Author
Owner

@BrookeDot commented on GitHub (May 5, 2020):

I'm closing this as stale. I believe this is a configuration error.

<!-- gh-comment-id:623903105 --> @BrookeDot commented on GitHub (May 5, 2020): I'm closing this as stale. I believe this is a configuration error.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#612
No description provided.