Estoy confundido por qué mi nombre de host en / etc / hosts funciona solo para Google Chrome. No en Safari, no en Firefox, no desde herramientas de línea de comandos como curl
.
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
127.0.0.1 cool.pl.localhost
Solo en chrome http://cool.pl.localhost:8080
funciona. En otros navegadores puedo acceder al sitio solo ingresando 0.0.0.0:8080
o 127.0.0.1:8080
.
Confundido lo que está mal configurado. ¿Qué magia hace Google Chrome para que funcione?