3 Risposte
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
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.
con risposta 5 anni fa
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.
con risposta 5 anni fa
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
con risposta 5 anni fa
Contenuto pertinente
- AWS UFFICIALEAggiornata 9 mesi fa
