3개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
After more digging, I found out that http://127.0.0.1 gets 404, while the DNS name i pointed to the AWS EB endpoint via CNAME work. I am now going insane.
답변함 5년 전
0
Finally, after many configuration attempts and checks, I found out that the CNAME that points to my EB Environment DNS is solving correctly the application, but internally, 127.0.0.1:80 is not solving, even tho the listen 80 default_server directive is set and not overwritten by any of my own configuration.
답변함 5년 전
0
It's an issue with my Laravel app's kernel handler. APP_URL enforces DNS solving at the Kernel level within the routing system: https://github.com/laravel/framework/issues/35522
Edited by: rennokki on Dec 7, 2020 6:00 AM
답변함 5년 전
